The Node.js Event Loop Explained
Why does event loop exists
Node.js runs your JavaScript on a single thread. One thread means one thing executes at a time. In a traditional server, this would be catastrophic one slow database query a
blogs.satpal.cloud6 min read