Blocking vs Non-Blocking Code in Node.js
What blocking code means :-
Blocking code is the part of the code which waits and pauses the of upcoming code until the ongoing task is completed . Entire thread is blocked It also known as synchronou
chiragpurohit.hashnode.dev2 min read