oortcloud / node-ddp-client

A callback style DDP (Meteor's Distributed Data Protocol) node client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding Support for SockJS

arunoda opened this issue · comments

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?

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

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

Feel free to reopen if needed.