Posts by Ivan • 1 point
1 post
-
0
votes2
answers1840
viewsQ: Websocket does not connect to server
I am not able to make the connection with server. Obs: the browser supports websocket. I’m doing it this way var socket = new WebSocket('sw: localhost:8080'); Any suggestions?…