How Node.js Handles Multiple Requests with a Single Thread
At first glance, Node.js seems confusing.
It is single threaded, yet it can handle thousands of requests at the same time.
That sounds like a contradiction.
But once you understand how Node.js manages
mohitcodes-write.hashnode.dev5 min read