|
|
|
|
|
by ricardobeat
437 days ago
|
|
That’s basically RPC over WS. This article conflates a lot of different topics. If your WebSocket connection can be easily replaced with SSE+POST requests, then yeah you don’t need WebSockets. That doesn’t mean there aren’t a ton of very valid use cases (games, anything with real time two-way interactivity). |
|
No need for WebSockets there as well. Check out WebTransport.