The Node.js Event Loop Explained
There is a peculiar truth about Node.js that surprises many developers the first time they hear it.
It has one main thread. Just one.
It actually in a more efficient manner. It simply works smarter.
A
node-js.hashnode.dev6 min read