HackerNoon
Follow
SSE (Server-Sent Events) Emitter with Redis Pub/Sub
Running SSE across multiple instances could break silently. Events fired on one instance never reach clients connected to another. This piece walks through why that happens and how Redis Pub/Sub fixes it.