The Magic Of Coding

The Reactor pattern in Node.js

The reactor pattern

The reactor pattern is the heart of Node.js. It is a specialisation of the previously…

Event loop

Why do we need an event loop?

Operating systems provide another native mechanism to handle concurrent, non-blocking resources efficiently. This mechanism is…