The Node.js Event Loop Explained
Why Node.js Needs an Event Loop
Node.js is:
Single-threaded
That means:
It mainly uses one main thread
One thread cannot do many tasks at the exact same moment
So the question becomes:
Ho
hitakshi120.hashnode.dev5 min read