How Node.js Handles Multiple Requests with a Single Thread
Introduction
At first glance, Node.js seems limited because it uses a single thread to execute JavaScript code. You might wonder how a single thread can handle many users at the same time.
The answer
js-blog-subhasis.hashnode.dev4 min read