https://github.com/mikebild/graphql-subscriptions-sse-presence-list
GraphQL subscriptions over HTTP Server-Side-Events
https://github.com/mikebild/graphql-subscriptions-sse-presence-list
apollo expressjs graphql nodejs react rxjs rxjs5 server-side-events subscription
Last synced: 12 months ago
JSON representation
GraphQL subscriptions over HTTP Server-Side-Events
- Host: GitHub
- URL: https://github.com/mikebild/graphql-subscriptions-sse-presence-list
- Owner: MikeBild
- License: mit
- Created: 2017-04-29T14:24:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T19:00:38.000Z (over 8 years ago)
- Last Synced: 2025-07-04T21:05:07.597Z (about 1 year ago)
- Topics: apollo, expressjs, graphql, nodejs, react, rxjs, rxjs5, server-side-events, subscription
- Language: JavaScript
- Homepage: https://graphql-subscriptions-app.services.dropstack.run
- Size: 91.8 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL subscriptions over HTTP Server-Side-Events
This is a simple show case of **User presence list** application using:
* [SubKit GraphQL-Server](https://github.com/codecommission/subkit)
* [GraphQL](https://github.com/facebook/graphql)
* [GraphQL-Subscriptions over Server-Side-Events](https://github.com/MikeBild/subscriptions-transport-sse)
* [NodeJS](https://nodejs.org)
* [RxJs](http://reactivex.io)
* [React](https://facebook.github.io/react/)
* [Apollo GraphQL-Client](http://www.apollodata.com/)
* [Material-UI lite](https://getmdl.io)
## Server
* [GraphQL Server implementation](server/README.md)
* [Live example](https://subkit-subscriptions-server.cloud.dropstack.run/graphql)
## Client
* [Client implementation](client/README.md)
* [Live example](https://subkit-subscriptions-app.cloud.dropstack.run)