You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a web socket with your library.
With the exemple client.html,
I started the socket : php -q testwebsock.php And receive Master socket: Resource id How to access uri parts #6
I launch a localhost server php -S localhost:8080
I access to localhost:8080/client.html
In the js console, I receive this message:
WebSocket connection to 'ws://127.0.0.1:9000/echobot' failed: Connection closed before receiving a handshake response
The issue is on firefox and chrome (up-to-date)
I'm using OSX 10.12.2
The direct command websocket = new WebSocket('ws://echo.websocket.org'); worked fine
Thanks in advance
The text was updated successfully, but these errors were encountered:
woww I have problem that I did not how to run web socket , in your post you explain we should both
1- I started the socket : php -q testwebsock.php And receive Master socket: Resource id How to access uri parts #6
2-I launch a localhost server php -S localhost:8080
thanks very much
Hello,
I'm trying to create a web socket with your library.
With the exemple client.html,
In the js console, I receive this message:
WebSocket connection to 'ws://127.0.0.1:9000/echobot' failed: Connection closed before receiving a handshake response
The issue is on firefox and chrome (up-to-date)
I'm using OSX 10.12.2
The direct command websocket = new WebSocket('ws://echo.websocket.org'); worked fine
Thanks in advance
The text was updated successfully, but these errors were encountered: