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

Howto: server(combined with data generator) -->(push new data)--> all subscriped clients #1812

Closed
mingzhou opened this issue Dec 10, 2014 · 2 comments

Comments

@mingzhou
Copy link

I'm new to atmosphere and find it's very useful. I have such a question:

  1. A data generator keeps generating message, for example, temperature data.
  2. As soon as new data comes, the data generator notify the server to push it to all subscripted clients.
  3. A new client connects to the server, subscribe for the temperature data. As soon as the subscription is confirmed, new comming data will be pushed to this client.

How to implement this by atmosphere?
I found that in the examples, the data fow is : a client -->(post raw data) ---> server -->(broadcast derived data) --> all clients.
I would like the data flow : server(combined with data generator) -->(push new data)--> all subscriped clients.

Thank you all!

@jfarcand
Copy link
Member

Please use the mailing list: https://groups.google.com/group/atmosphere-framework?pli=1

@mingzhou
Copy link
Author

I'm sorry. But google groups are blocked in China, I cannot access google groups.

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