Blocking vs Non-Blocking Code in Node.js
One of the biggest reasons Node.js became popular is its:
Non-Blocking Architecture
But to understand why that matters, we first need to understand the problem with:
Blocking Code
The difference betwe
blog.dhiraj.dev5 min read