arunoda / meteor-streams

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

Connect to Meteor Stream Externally #25

Open mjkaufer opened 9 years ago

mjkaufer commented 9 years ago

Hi, quick question

Is there any way to connect to a Meteor Stream like a normal websocket server using a websocket library? I'm trying to connect to Meteor Streams via an android app but, if I can't do this, I'll probably just implement a normal node.js websocket server instead.

Thanks, Matthew