Closed kauefraga closed 2 months ago
Replace websocket connection with server-sent events (SSE) using the EventSource API because Pavus previewer (client) doesn't need to send events to the server, so it only needs an one-way connection.
Guide on implemeting SSE with Go ( :brazil: )
Replace websocket connection with server-sent events (SSE) using the EventSource API because Pavus previewer (client) doesn't need to send events to the server, so it only needs an one-way connection.
Guide on implemeting SSE with Go ( :brazil: )