Node.js is built around one idea: don't wait. It runs on a single thread and refuses to sit idle it starts a task, moves on, and comes back when the task is done. That's why async code isn't optional
blog-santra.hashnode.dev4 min readNo responses yet.