Server Sent Events (SSE) instead of Websockets (WS)?

Supposedly SSE is better for mobile devices and WS isn’t supported by HTTP2/3. I’ve seen a lot of talk about WS in crystal Is anyone working on support for SSE?

1 Like

Looks like there’s a shard for that! :tada: It supports acting as both client and server.

5 Likes