We walk through how we implemented an SSE server that’s scalable and load-balanced to simplify and improve a real-time data visualization application.

  • nomad
    link
    37 months ago

    SSE are websocks but with a broadcast model. All you need is a websocket open to any of the broadcast sources without providing two-way communication on the socket. Therefore management of a lot of connected clienta becomes very cheap, as you just need them connected to any proxy.that serves your events.