Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Push messaging #8

Open
joeblew99 opened this issue Nov 17, 2015 · 1 comment
Open

Feature Request - Push messaging #8

joeblew99 opened this issue Nov 17, 2015 · 1 comment

Comments

@joeblew99
Copy link

In a use case where you have a single app and many users using the same app instance, you want that when a user changes some data, all the other users see the change.

I was looking through the code and example to try and see how to do this. I am not sure if the code has this already in it.

i assume that we need a message pump and push based messaging to the client. So its web sockets or whatever, but a decent test could even just represent each users instance as a folder perhaps. This would also allow the test case to run on CI.

Any ideas ?

@jvatic
Copy link

jvatic commented May 3, 2016

@joeblew99 I think subscriptions are what you're looking for: http://graphql.org/blog/subscriptions-in-graphql-and-relay/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants