Remix.run Logo
robertlagrant 3 days ago

> If client side needs to be updated about the state of the background task, the best is to send the data to a websocket channel known to the client side.

SSE is nice.

revicon 3 days ago | parent | next [-]

Right up until your user opens your site in more than 6 tabs.

robertlagrant 2 days ago | parent [-]

And then you need http2.

Oxodao 2 days ago | parent | prev [-]

(especially the Mercure protocol which makes stuff so simple)