Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgraphql/legacy-client
Real-time streaming GraphQL client for the web.
https://github.com/rgraphql/legacy-client
client graphql graphql-client graphql-subscriptions realtime
Last synced: 12 days ago
JSON representation
Real-time streaming GraphQL client for the web.
- Host: GitHub
- URL: https://github.com/rgraphql/legacy-client
- Owner: rgraphql
- License: mit
- Archived: true
- Created: 2017-01-19T17:36:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T13:59:42.000Z (10 months ago)
- Last Synced: 2024-10-19T05:17:34.611Z (25 days ago)
- Topics: client, graphql, graphql-client, graphql-subscriptions, realtime
- Language: TypeScript
- Homepage:
- Size: 1.32 MB
- Stars: 59
- Watchers: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Soyuz
> GraphQL queries with streaming live-updating results.
## Introduction
Soyuz is a **Real-time Streaming GraphQL** client implementation for TypeScript / Javascript. It's:
- **Streaming** with any two-way communication channel (like a [WebSocket](https://github.com/gorilla/websocket)).
- **Live** updates to result data are streamed to the client in real-time.
- **Fast** using [ProtoBuf](https://developers.google.com/protocol-buffers/) messages and optional binary encoding.
- **Simple** - it drastically simplifies live and reactive data streams from modern backends to the browser.
- **Efficient** with smart data deduplication and result batching.rGraphQL in practice allows your apps to efficiently request the exact set of data from an API required at any given time, encode that data in an efficient format for transport, and stream live updates to the result.
## Server
Head over to the [Magellan] repository for the server / Go runtime.
[Magellan]: https://github.com/rgraphql/magellan
## Support
Please file a [GitHub issue] and/or [Join Discord] with any questions.
[GitHub issue]: https://github.com/rgraphql/soyuz/issues/new
[Join Discord]: https://discord.gg/KJutMESRsT