I am new in the area of websocket.
I can connect to websocket server using JavaScript using this code:
var webSocket = new WebSocket(url);
Websocket URLs should start with ws:// or wss:// where the latter is secure websocket.
ws://
wss://