doghappy / socket.io-client-csharp

socket.io-client implemention for .NET
MIT License
729 stars 125 forks source link

What is the best way to get this to work in Unity? #233

Closed humanfriend22 closed 2 years ago

humanfriend22 commented 2 years ago

I am working on an app for myself, and I figured I need a WebSocket Unity Client that works with simple Socket.io servers.

After and hour of searching, I decided to post this "issue".

Can someone help me setup this repo with my project?

itisnajim commented 2 years ago

check this: https://github.com/itisnajim/SocketIOUnity

humanfriend22 commented 2 years ago

This is great! Thank you!