Awesome
<div align="center"> <br /> <h3>graphql-sse</h3> <h6>Zero-dependency, HTTP/1 safe, simple, <a href="PROTOCOL.md">GraphQL over Server-Sent Events Protocol</a> server and client.</h6><i>Use WebSockets instead? Check out <b>graphql-ws</b>!</i>
<br /> </div>Get started
Swiftly start with the get started guide on the website.
Recipes
Short and concise code snippets for starting with common use-cases. Available on the website.
</details>Documentation
Auto-generated by TypeDoc and then rendered on the website.
How does it work?
Read about the exact transport intricacies used by the library in the GraphQL over Server-Sent Events Protocol document.
Want to help?
File a bug, contribute with code, or improve documentation? Read up on our guidelines for contributing and drive development with yarn test --watch
away!