socketwrench
socketwrench copied to clipboard
Add Socket.IO Support
Add support for testing Socket.IO servers.
Thanks for opening it :) im about to make a new issue and i see you found it already.
I cant send or receive anything when i do test using socket.io
This is actually because Socket.IO is not really websockets. Socket.IO is a custom messaging library, and one of the communication channels it uses is websockets. However, a lot of people use websockets using Socket.IO, so I'm considering adding support.
Any update on this?