oortcloud / node-ddp-client

A callback style DDP (Meteor's Distributed Data Protocol) node client.
Other
263 stars 80 forks source link

Adding Support for SockJS #40

Closed arunoda closed 9 years ago

arunoda commented 10 years ago

Hi,

I'd be interesting to is it possible to support sock transport rather than directly using websockets. In some of our apps, we don't use websockets and it's hard to connect to it. We are using CloudFlare and no WS transport is allowed.

If I send a PR with proper SockJS support, any change it will get accepted?

emgee3 commented 10 years ago

I'll be happy to look at such a PR.

emgee3 commented 10 years ago

Looks like the SockJS client for Node isn't maintained though.

emgee3 commented 9 years ago

Feel free to reopen if needed.