You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to atmosphere and find it's very useful. I have such a question:
A data generator keeps generating message, for example, temperature data.
As soon as new data comes, the data generator notify the server to push it to all subscripted clients.
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!
The text was updated successfully, but these errors were encountered:
I'm new to atmosphere and find it's very useful. I have such a question:
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!
The text was updated successfully, but these errors were encountered: