12urenloop / Telraam

New and hopefully improved application to count laps of the 12urenloop event
MIT License
6 stars 2 forks source link

Fetcher: move to WS based fetcher #127

Closed NuttyShrimp closed 5 months ago

NuttyShrimp commented 6 months ago

As we have rewritten ronny in go, it has also moved to websocket for lower latency. The current http fetcher should be replaced with a WS fetcher. We should keep the HTTP fetcher and add the WS one, the right fetcher should be spawned based on the scheme in the URI (ws vs http)