Understanding Node.js Architecture: The Last Attempt
To understand Node.js architecture, we first need to understand the Reactor Pattern which is the heart of Node.js
Reactor Pattern
The main idea behind it is to have a handler (which in Node.js is represented by a callback function) associated with e...
sujeet-agrahari.hashnode.dev3 min read