Reputation: 25280
i'm trying to connect to my node.js server using socket.io client. the problem is that unity does not support it, as well a the current .Net version.
i tried some 3rd party solutions like this with no luck (a lot of bugs and crushes).
can anyone recommend on a way to work with socket.io client on .Net 3.5
?
Upvotes: 1
Views: 5926
Reputation: 248
I know it has been a while, but I just found this free asset that may be interesting.
Upvotes: 0
Reputation: 11
I revised the library mentioned by @arturocandela, because it showed some problems in specific cases. UnitySocketIO-WebSocketSharp
Upvotes: 1
Reputation: 1
try with https://github.com/NetEase/UnitySocketIO
With that library found in socket.io wiki you will be able to connect to a socket.io server but using javascript, not c#
Upvotes: 0