19 Mar 24
Right, doing it with WSS is also only a few lines.
let socket = new WebSocket("wss://url.example/chat/here");
socket.onmessage = function(event) {
10 Apr 23
WebSocket King is a client for developing, testing and debugging WebSocket connections.