Blocking vs Non-Blocking Code in Node.js
Introduction
When I started learning Node.js, one thing sounded very confusing:
“Node.js is single-threaded but still handles thousands of users.”
At first, this made absolutely no sense to me.
If N
dhirenderchoudhary.hashnode.dev5 min read