A Deeper Look at NodeJS Event Loop Phases
The JavaScript that runs in your browser uses an event loop.
So does the JavaScript that runs in a NodeJS environment.
Though JavaScript is single-threaded, it can still handle concurrency. This is made possible by the event loop.
Coupled with the re...
saurabhdashora.hashnode.dev6 min read