Can someone give me a reference to an article\sample code which uses html 5 web socket with the help of asp.net and Microsoft.WebSockets NuGet Package.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Microsoft.WebSockets package basically allows you to write an event-driven WebSocket application. See http://alexjmackey.wordpress.com/2012/05/01/websockets-with-asp-net-4-5-and-visual-studio-11/ for an example which uses the package to implement a simple chat server.