Sign in
Log inSign up

How to design system to send real time events ?

Anand Reddy Rikka's photo
Anand Reddy Rikka
·Oct 21, 2018

I'm working on a web application where connected users should receive real-time event notifications. By now it's pretty clear that I have to use web sockets, queues etc.... One challenge I'm facing is how an event generated in one web server is passed to clients connected to other web servers.

Tech used: React (Front End), Java (Spring) backend.