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@infosec.pub
    link
    fedilink
    arrow-up
    3
    ·
    7 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.