How Node.js Handles Multiple Requests with a Single Thread
At first glance, Node.js sounds like it should be slow.
After all, it is commonly described as “single-threaded.” Many developers assume that a single thread can only handle one request at a time, mak
nodejs-behind-the-scene.hashnode.dev6 min read