Skip to content Skip to sidebar Skip to footer

Creating Own Application Using Ws4py

I have created a web server socket using ws4py and which uses cherrypy. When I connect to the server using ip:port it connects perfectly and am able to chat through multiple brows

Solution 1:

Could you precsie what you mean by:

However, after I connect whithot using the ws, I am unable to handshake.

Do you mean you can't use the server at all afterwards? As a remainder, you can only perform websocket upgrade on the /ws path here since that's how you configured it at the bottom of your snippet.

Post a Comment for "Creating Own Application Using Ws4py"