The Secret to Concurrency in NodeJS
By now, almost everyone knows that NodeJS uses an event loop.
However, knowing how this event loop actually works is another story.
In reality, NodeJS achieves its concurrent nature due to something known as the Reactor Pattern. However, this fact us...
saurabhdashora.hashnode.dev10 min read
Faisal Abid
CTO @ Eirene
Great writeup!