The Node.js Event Loop Explained
JavaScript runs on a single thread. One thing at a time, in order. That sounds like a bottleneck, and it would be — except Node.js has a mechanism that keeps things moving even while waiting. That's t
preet-jain.hashnode.dev5 min read