Blocking vs Non-Blocking Code in Node.js
Node.js runs on single thread. Blocking code freezes whole server. Non-blocking code keep server alive. Difference = slow API vs fast API.
This about blocking, non-blocking, and async patterns in Node
blog-rajharsh.hashnode.dev13 min read