How Node.js Handles Multiple Requests with a Single Thread
So before understanding the this magic of NodeJS, we need to understand a simple difference between a thread and a process
1. Thread Vs Process
Process :- Think of this as a standalone factory. It ha
parthmunjal07.hashnode.dev5 min read