How NodeJS Handles Multiple Requests with a Single Thread
We all understand that NodeJS works on a single thread and with the help of the event loop processes all the requests. However Node operates on more than one thread, four threads by default. The code
aksh27.hashnode.dev3 min read