Blocking vs Non-Blocking Code in Node.js
When working with Node.js, one of the most important concepts is understanding blocking and non-blocking code.
This concept directly affects how fast and scalable your application is.
Blocking = wait
javascript-nodejs.hashnode.dev3 min read