Hi,
I’m trying to create a websocket server able to communicate with html 5 (WebSockets Standard).
I’ve find some example in c#, but I wasn’t able to use it…
First C# Websockets with Fleck - jxs.me run in a Console project + Chrome/Firefox/Safari, but that use too much .NET 4 script (that not compatible with Unity3d)
Second, Web Socket Server - CodeProject but user was directly disconnected (the good point : I receive the connection from HTML)
Someone has an idea? Or another good C# (.NET 2) example ?
Thanks,
Damien;