How Node.js Handles Multiple Requests with a Single Thread
The first time I learned this: “Node.js is single-threaded”…I immediately thought:“Then how does it handle thousands of users?”
Because in my head…
single-threaded meant:
One task at a time
So natura
codexninja.hashnode.dev7 min read