YuukanOO / streamy

Use meteor underlying sockets for realtime communications
https://atmospherejs.com/yuukan/streamy
MIT License
105 stars 20 forks source link

Does streamy support messaging using DDP? #20

Closed potterdai closed 8 years ago

potterdai commented 8 years ago

Really appreciate this package! Just wondering, if this package support send/receive message through DDP? If so which method should I call through DDP? Thank you. =)

YuukanOO commented 8 years ago

Could you be more specific? Do you want to catch collection update streamy side?

If so, I guess it would be possible but this package is here mainly to define your own message not to override existing ones.

potterdai commented 8 years ago

Sorry if there is any confusion. Since I'm currently using native iOS client to connect with Meteor through DDP websocket. I have to call Meteor's DDP methods (like "sub", "unsub", "add", etc), and then Meteor will respond to my DDP call if the method exists.

Thus I was also wondering if streamy will also have a DDP API that I could call from DDP client.

YuukanOO commented 8 years ago

Not planned for now.