How Node.js Handles Multiple Requests with a Single Thread
One of the most confusing things about Node.js is this:
“Node.js is single-threaded.”
And immediately another question appears:
“Then how can it handle thousands of requests at the same time?”
At
blog.dhiraj.dev5 min read