Zero-dependency, HTTP/1 safe, simple, spec compliant server and client
As a reference implementation, the library is fully compliant with the GraphQL over SSE (Server-Sent Events) spec
Safe for HTTP/1 servers and subscription heavy apps
Each connection is a subscription on its own
Contains improvements for clarity and stability
Single library, but both the server and the client is included
Library contains everything it needs
Thanks to tree-shaking and module separation
Customize the reconnection process to your desires
Completely server agnostic, run them both anywhere
Short and concise code snippets for starting with common use-cases