i am using python3.1 ,so i found a html5 websocket snippet here:
http://www.nublue.co.uk/blog/threaded-python-websocket-server-and-javascript-client/
I test with chrome.
After send handshake packet,web client has no response as expect(websocket.onopen is not fired).I do receive client's request. .i tried many times.It just not work.
Here is a .NET code:
I test it,it works fine.so my chrome is ok. I wanna know is there any python3.x demo code can give me a help.
And my machine: WIN7 pro X86
thanks.