SocketIO
Opened this issue · 1 comments
hackdan commented
Some example or idea of how use over socket.io v 1.x?
ayashjorden commented
HI @hackdan,
I'm using socket.io 1.0.6, so I hope my answer will help you.
In the picture below you can see how I connect to ws endpoint:
Important notes:
- When using connection ID, use the same ID string (variable concatonation in my example) in each socket-smapler
- socket.io Protocol Reference