Is there a simple, down to earth, sample/example/tutorial for WebSockets Server and Client implementation in ASP.NET 4.0 to get me started? I know this question has been asked, but it hasn't been answered properly. There is a lot of stuff about client side, but cannot find a simple explanation about server-side in ASP.NET
Thanks!
~Update: I Found this tutorial, but cannot make it work, the connection closes right after attempting to connect. any one can make it work? http://www.undisciplinedbytes.com/2010/06/html-5-c-web-sockets-server-and-asp-net-client-implementation/