How Node.js Handle Multiple Requests with a Single Threads.
Single-threaded nature of Node.js .
Before understanding the single-threaded nature of Node.js, first understand what a thread means. A thread is basically a path of execution where code runs and task
nikhilprashar.hashnode.dev4 min read