arunoda / meteor-streams

Realtime messaging for Meteor
http://arunoda.github.io/meteor-streams
MIT License
287 stars 97 forks source link

send frequent data to clients #38

Open tomvolek opened 8 years ago

tomvolek commented 8 years ago

HI Arunoda :

I need to send values of a counter on server side which gets changed evey 80 miliseconds to all clients. The reason for this is to move an object on a canvas for all clients base on this counter. I used MongoDb and Publish /Subscribe first . But I am not getting some of the updates to the server side counter in clients . So I need another solution and I ran into Your stream package. Before implementing it, wanted to see if this is the right solution or you know of any better supported mechanism .

Thanks for your suggestions.

tomvolek commented 8 years ago

I ended up using Streamy package and it does the job very well.