arunoda / meteor-streams

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

Emit events to the same server #20

Open bitIO opened 9 years ago

bitIO commented 9 years ago

Let others in the same server be notified when an event is emitted from the server. I.E. one package emits an event in the sever. If a related package needs to be aware on the server side of the event it was impossible unless listens for item and checks the content.