The Node.js Event Loop Explained
If you are coming from languages like Python, Ruby, or Java, Node.js feels weird at first. It runs on a single thread, yet it can handle thousands of concurrent users. How? No, it is not magic. It is
souparna-tech.hashnode.dev8 min read