Async Code in Node.js: Callbacks and Promises
Before understanding callbacks and promises first we have to understand why async code even exists in Node.js.
Node.js is built for handling many tasks together without blocking application. Imagine t
web-dev-blogs.hashnode.dev4 min read