How to design system to send real time events ?
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 passe...