How Node.js Handles Multiple Requests with a Single Thread
One of the most surprising things beginners hear about Node.js is this:
"Node.js is single-threaded."
Then immediately another question comes:
"If Node.js uses only one thread, how does it handle tho
vaibhav5122.hashnode.dev6 min read