graphql / graphql/graphql-over-http
Consider adding SSE for Subscription operations to the specification
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 427
- Forks
- 70
- Avg merge
- 1m
- Merged PRs (30d)
- 5
Description
Server-Sent Events (SSE) is a server push technology enabling a client to receive automatic updates from a server via an HTTP connection, that does not require any complex protocol compared to WebSocket, thus making it a perfect fit for having a recommended and standardized way of doing GraphQL Subscriptions in the GraphQL over HTTP specification.
____
- https://github.com/enisdenjo/graphql-sse
- https://www.graphql-yoga.com/docs/features/subscriptions
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.