Closed athasamid closed 5 years ago
How to custom SSL setting? like in engine.io-client?
Just replace http:// in options.host into https://, Socket.IO in the backend will try to connect using wss:// instead of ws://.
http://
options.host
https://
wss://
ws://
How to custom SSL setting? like in engine.io-client?