Async Code in Node.js
Why async code
But why do we even need async code ??
Node.js uses single threaded architecture . It means it runs JavaScript in only one thread .
Suppose you are doing a task which takes long time (Re
abhinav-bist.hashnode.dev3 min read