How Node.js Handles Multiple Requests with a Single Thread
Node.js runs on a single thread. This seems impossible. How can one thread handle thousands of requests? The answer is the event loop and a clever design pattern. Understand this and Node.js's power b
blog.harshx.in17 min read