0.2.0 • Published 6 years ago

@twlv/transport-sockjs v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

twlv-transport-sockjs

const { SockJsReceiver, SockJsDialer } = require('@twlv/transport-sockjs');

SockJsReceiver

Constructor options

  • secure, default "auto"
    • "auto" Receiver will try https first then fallback to http if https is not available
    • true Force https only
    • false Force http only
0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago