codefornola / nola-transit-map

Realtime view of all NOLA public transit vehicles https://nolatransit.fly.dev/
MIT License
21 stars 7 forks source link

Consider switch from WebSocket to SSE #25

Open bhelx opened 1 month ago

bhelx commented 1 month ago

Most of the complication and bugs come from setting up and managing a websocket per client. Since data is only flowing to the client, SSE might be a better approach.