Event Loop in Node js and it's Internals
Overview
We all know that Node.js is an event-driven architecture. This means Node.js will only respond whenever there is an event initiated. That is everything that happens in Node is the reaction to an event.
In reality, a simple get API call to th...
sharooque.hashnode.dev7 min read