Blocking vs Non-Blocking Code in Node.js
What is Blocking Code?
Blocking code makes your program stop and wait. It starts a task reading a file, querying a database, calling an API and then just sits there, doing absolutely nothing, until th
saurabh-ravte.hashnode.dev4 min read