The Node.js Event Loop Explained
If you've started learning Node.js, you've probably heard this sentence:
"Node.js is single-threaded but can handle many requests at once."
At first, that sounds confusing.
If Node.js uses only one th
node-js-by-navdeep.hashnode.dev5 min read