Blocking vs Non-Blocking Code in Node.js
What Blocking Code Means
Blocking code is exactly what it sounds like:the program stops and waits until a task finishes before moving forward.
In a server context, this is dangerous because one reques
blocking-vs-non-blocking.hashnode.dev5 min read