rust-chat icon indicating copy to clipboard operation
rust-chat copied to clipboard

Unable to connect Part 1

Open fylux opened this issue 8 years ago • 0 comments

Hi, if I write: `ws = new WebSocket('ws://127.0.0.1:10000');

if (ws.readyState == WebSocket.OPEN) { console.log('Connection is successful'); }`

inside Firefox console, it can't connect. I'm using exactly the same main.rs uploaded.

Greetings-

fylux avatar Mar 22 '16 16:03 fylux