jirihybek / unity-websocket-webgl

Hybrid WebSocket implementation for Unity 3D with support of native and browser client.
Other
248 stars 61 forks source link

Alternative using System.Net.WebSockets #8

Open endel opened 5 years ago

endel commented 5 years ago

Thanks for your efforts making this library @jirihybek. I've made an alternative to this, highly based on yours, using System.Net.WebSockets instead of WebSocketSharp.

It is available here: https://github.com/endel/UnityWebSockets

I hope it will be useful for the community!