Day 2: EventEmitter vs Pub/Sub — Event-Driven Systems in Node.js
Hello folks,Let’s go a step further into the world of events — the lifeblood of Node.js and distributed systems.
But here’s a question I struggled with early on:
Should I stick with Node’s built-in EventEmitter, or do I need a Pub/Sub system? 🤔
Let’...
day-1-deep-dive-into-nodejs-event-loop.hashnode.dev3 min read