Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enisdenjo/graphql-sse
Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client.
https://github.com/enisdenjo/graphql-sse
apollo client express fastify graphql observables relay server server-sent-events sse subscriptions the-guild transport
Last synced: 18 days ago
JSON representation
Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client.
- Host: GitHub
- URL: https://github.com/enisdenjo/graphql-sse
- Owner: enisdenjo
- License: mit
- Created: 2020-11-19T21:21:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T10:35:18.000Z (about 2 months ago)
- Last Synced: 2024-10-12T02:42:17.457Z (25 days ago)
- Topics: apollo, client, express, fastify, graphql, observables, relay, server, server-sent-events, sse, subscriptions, the-guild, transport
- Language: TypeScript
- Homepage: https://the-guild.dev/graphql/sse
- Size: 12.3 MB
- Stars: 385
- Watchers: 9
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
graphql-sse
Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client.
[![Continuous integration](https://github.com/enisdenjo/graphql-sse/workflows/Continuous%20integration/badge.svg)](https://github.com/enisdenjo/graphql-sse/actions?query=workflow%3A%22Continuous+integration%22) [![graphql-sse](https://img.shields.io/npm/v/graphql-sse.svg?label=graphql-sse&logo=npm)](https://www.npmjs.com/package/graphql-sse)
Use [WebSockets](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) instead? Check out [graphql-ws](https://github.com/enisdenjo/graphql-ws)!
## [Get started](https://the-guild.dev/graphql/sse/get-started)
Swiftly start with the [get started guide on the website](https://the-guild.dev/graphql/sse/get-started).
## [Recipes](https://the-guild.dev/graphql/sse/recipes)
Short and concise code snippets for starting with common use-cases. [Available on the website.](https://the-guild.dev/graphql/sse/recipes)
## [Documentation](https://the-guild.dev/graphql/sse/docs)
Auto-generated by [TypeDoc](https://typedoc.org) and then [rendered on the website](https://the-guild.dev/graphql/sse/docs).
## [How does it work?](PROTOCOL.md)
Read about the exact transport intricacies used by the library in the [GraphQL over Server-Sent Events Protocol document](PROTOCOL.md).
## [Want to help?](CONTRIBUTING.md)
File a bug, contribute with code, or improve documentation? Read up on our guidelines for [contributing](CONTRIBUTING.md) and drive development with `yarn test --watch` away!