How Node.js Handles Multiple Requests with a Single Thread
If you are learning Node.js, you will quickly hear a very confusing fact: Node.js is single-threaded.
When I first heard this, I was really confused. If there is only one thread (one worker), how can
maiamansingh.hashnode.dev5 min read