My Question is can i use socket.io build a winsform and connect wss server
like "WSS://123.456:8551"?
Although socket.io supports websockets internally as one of several transports, Socket.io clients cannot directly connect to a web socket server. Socket.io clients can only connect to a socket.io server.
thanks for response -@LordMajestros
i been search for long time ,and i found this one EngineIoClientDotNet
but i not sure it's work,cos i don't know how to build the Server,...Anyway ,.thanks again
I guess by "Server" you mean the test server from the project. (https://github.com/Quobject/EngineIoClientDotNet/tree/master/TestServer) It is written in javascript (node.js), so to run it,
npm install
node server.js
thanks for response- @sirudog
You've got a big help.
and it's work
Most helpful comment
Although socket.io supports websockets internally as one of several transports, Socket.io clients cannot directly connect to a web socket server. Socket.io clients can only connect to a socket.io server.