Making a secure web socket connection

suggest change
var sck = "wss://site.com/wss-handler";
var wss = new WebSocket(sck);

This uses the wss instead of ws to make a secure web socket connection which make use of HTTPS instead of HTTP

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents