Blocking vs Non-Blocking Code in Node.js
When we talk about blocking vs none blocking of in Node.js it means that a code that runs only on thing thread it is Synchronous this code will execute line by line while non-blocking means code will
vis-nodejs.hashnode.dev3 min read