Blocking vs Non-Blocking Code in Node.js
When people first hear that Node.js is single-threaded, the immediate question is:
“How does it handle multiple users at the same time without slowing down?”
The answer lies in how Node.js deals wit
blog.harshdotexe.me5 min read