How Node.js Handles Multiple Requests with a Single Thread
The Node.js is not actually the Single threaded meanwhile it is designed to as a single-threaded runtime to handle multiple request's efficiently using an event driven ,non-blocking. But actually Node
chiragpurohit.hashnode.dev2 min read