The Node.js Event Loop Explained
Every time someone describes Node.js as "non-blocking" or "asynchronous," they are describing behavior that comes from one mechanism: the event loop. It is the piece of Node.js architecture that most
blogs.arnabsamanta.in14 min read