Async Code in Node.js: Callbacks and Promises
Basically nodejs is asynchronous by nature ? because its built on single threaded non blocking architecture .
1. why async code exists in nodejs ?
Imagine you are reading large file system you are wri
async-understanding-files.hashnode.dev2 min read