jchristn / WatsonWebsocket

A simple C# async websocket server and client for reliable transmission and receipt of data
MIT License
277 stars 53 forks source link

How can connect with socket.io #146

Closed MohMehrnia closed 2 months ago

MohMehrnia commented 2 months ago

How can connect with socket.io?

jchristn commented 2 months ago

I don't have experience with socket.io, but found this, which may be helpful: https://stackoverflow.com/questions/22232023/can-i-use-socket-io-client-to-connect-to-a-standard-websocket

Moving this to discussions.