socketwrench icon indicating copy to clipboard operation
socketwrench copied to clipboard

Add Socket.IO Support

Open asleepysamurai opened this issue 5 years ago • 3 comments

Add support for testing Socket.IO servers.

asleepysamurai avatar Mar 07 '19 04:03 asleepysamurai

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

josephmiller2000 avatar Mar 07 '19 12:03 josephmiller2000

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.

asleepysamurai avatar Mar 07 '19 12:03 asleepysamurai

Any update on this?

Marki-dev avatar Dec 07 '21 19:12 Marki-dev