Blocking vs Non-Blocking Code in Node.js
Node.js runs on a single thread. That one fact makes the difference between blocking and non-blocking code more consequential here than in almost any other environment. Block that thread, and everythi
blog-santra.hashnode.dev5 min read