You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Comprehensively documented](https://matthewwid.github.io/better-sse) with guides and API documentation.
37
37
*[Channels](https://matthewwid.github.io/better-sse/guides/channels) allow you to broadcast events to many clients at once.
38
-
*[Event buffers](http://localhost:4321/better-sse/guides/batching/) allow you to batch events for increased performance and lower bandwidth usage.
38
+
*[Event buffers](https://matthewwid.github.io/better-sse/guides/batching/) allow you to batch events for increased performance and lower bandwidth usage.
39
39
* Configurable reconnection time, message serialization and data sanitization (with good defaults).
40
40
* Trust or ignore the client-given last event ID.
41
41
* Automatically send keep-alive pings to keep connections open.
0 commit comments