Blocking vs Non-Blocking Code in Node.js
When people say Node.js is “fast”, a big reason is its non-blocking nature.
But what actually does blocking and non-blocking mean?
Let’s understand it simply.
What blocking code means
Blocking code s
kumar-rishabh.hashnode.dev3 min read