Event Loop In Node.js
What is an Event loop.
Tasks are executed in Last In First Out order (using a stack data structure) and these tasks are executed synchronously.
For Javascript to execute asynchronous task (tasks that require some amount of time to be executed) the J...
middleware.hashnode.dev3 min read