Unity3dAzure / UnityWebSocket

Web Socket client for Unity

Home Page:https://github.com/Unity3dAzure/UnityWebSocketDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alternative WebSocket client without DDL dependency

endel opened this issue · comments

Hello there,

I've made this WebSocket client that doesn't depend on WebSocket-Sharp, or any external DDL, and made it available here: https://github.com/endel/NativeWebSocket

It depends on the .NET 4.x+ Runtime though.

Hope it helps the community, cheers!