Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use internal Meteor._Stream instead Pub/Sub #1

Open
arunoda opened this issue Jul 6, 2013 · 1 comment
Open

Use internal Meteor._Stream instead Pub/Sub #1

arunoda opened this issue Jul 6, 2013 · 1 comment

Comments

@arunoda
Copy link
Owner

arunoda commented Jul 6, 2013

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants