How multiple requests are handled by node.js
As we all know, In node.js we run JavaScript and JavaScript language don't have a concept of multiple threads then how do we achieve that? I am going to tell you how node.js(single threaded) handles multiple requests.
When a client sends a request to...
chanchal16.hashnode.dev4 min read