arunoda / meteor-streams

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

Can a server listen to a stream in another server? #28

Open y-ich opened 9 years ago

y-ich commented 9 years ago

Hi.

I have different meteor apps and I want to synchronize streams between them. A way for cluster (http://arunoda.github.io/meteor-streams/scaling-support.html ) seems not suitable.

Is there any way that a server listens to a stream in another server?

JeremySaks commented 9 years ago

@y-ich can you provide a code sample for how to configure your fork https://github.com/y-ich/meteor-streams to receive streams from another app?