arunoda / meteor-streams

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

Use internal Meteor._Stream instead Pub/Sub #1

Open arunoda opened 11 years ago

arunoda commented 11 years ago

Current implementation uses Pub/Sub and a Method to mimic a Stream. It is not anything bad.

But it will great if we can use the underline Meteor._Stream[1] as the transport.

[1] - http://stackoverflow.com/a/16703770/457224

YuukanOO commented 9 years ago

I just released a package which use the internal meteor stream to do real time communication, see https://github.com/YuukanOO/streamy in case anyone is interested.