Sagiv Ofek
Sagiv Ofek

Reputation: 25280

can unity3d work with socket.io?

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

Answers (3)

Aernarion
Aernarion

Reputation: 248

I know it has been a while, but I just found this free asset that may be interesting.

Upvotes: 0

kaistseo
kaistseo

Reputation: 11

I revised the library mentioned by @arturocandela, because it showed some problems in specific cases. UnitySocketIO-WebSocketSharp

Upvotes: 1

arturocandela
arturocandela

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

Related Questions