An open API service indexing awesome lists of open source software.

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

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)