How Node.js handles Multiple Requests with a Single Thread
Node.js is famous for running on a single thread yet it powers the most high traffic applications in the world like Netflix, Uber, and PayPal.
If it only has one thread it should freeze when two users
tech-blogs-shivanshu.hashnode.dev4 min read