EasyWebsocket icon indicating copy to clipboard operation
EasyWebsocket copied to clipboard

like Websocket but no server setup and available in any browser

Results 2 EasyWebsocket issues
Sort by recently updated
recently updated
newest added

I am working on a hardware as a websocket client connect to ws://echo.websocket.org and send and receive message. I want to have my own webserver. I have http domain and...

In file "easywebsocket.min.js" it has been configured the websocket server ->EasyWebSocket.serverUrl = "http://88.191.76.230:8950"; but if your aplication it´s running in a secure context (https) , socket.io can´t establish a connection.