All Questions
1 question
2
votes
1
answer
405
views
How do I handle the file system?
I'm trying to get my head around asyncronous programming in node.js.
My example is reading all the files from a directory.
I know I can avoid asyncronous programming by using the syncronous methods:
...