arunoda / meteor-streams

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

How does one use streams for server to server communication? #23

Open mitar opened 9 years ago

mitar commented 9 years ago

I would like to use streams to create a broadcast channel among all of my instances. In documentation it is written that one can use them for server to server communication, but I don't really see any straightforward way to do it?