Blocking vs Non-Blocking Code in Node.js
If you are the one of my reader of my post which was on the event loop, you have already covered that Node.js is a single-threaded which means One thread, one thing at a time. if not read that then vi
hustlecoderankur.hashnode.dev6 min read