go-socket.io
go-socket.io copied to clipboard
Do not use the _example/client to test code @1.8.0-rc.1
If you use the code from the example, it will only waste your time as it is unusable. (It only works when you connect in the first step, and subsequent message sending, etc., are not available.) If you are like me and using socket.io for testing for the first time, it is best to directly reference the source code in the example/asset directory and then open localhost:8000 to test on the web page.