The Node.js Event Loop Explained
Introduction
Node.js is single threaded, yet it can handle many operations at the same time. This is possible because of the event loop.
The event loop is a core concept that allows Node.js to manage
thenode-js-eventloopexplained.hashnode.dev3 min read