The Node.js Event Loop: How JavaScript Handles Asynchronous Operations
Introduction: One Worker, Many Tasks
Here is a situation that sounds impossible on the surface.
Node.js runs your JavaScript on a single thread. One thread means one worker. One worker means one thing
codetanish.hashnode.dev30 min read