Connect To Server Websocket
I'm Trying to create a small app to practice with websockets on html. How do I make the websocket successfully connect to a page like this:
WSS.socket=new WebSocket('wss://WSS.jakehu2020.repl.co/socket');
I'm Trying to create a small app to practice with websockets on html. How do I make the websocket successfully connect to a page like this:
WSS.socket=new WebSocket('wss://WSS.jakehu2020.repl.co/socket');