A web socket server implemented in c#.The goal of the projects is to create an easy way to start using HTML5 web sockets in .NET web applications.The project started as an article at The Code Project: http://www.codeproject.com/KB/webservices/c_sharp_web_socket_server.aspx.
It has been moved here to make it easier for others to contribute to the code and get the project going.The project is currently in a proof of concept state, and everything is subject to change.Features:
Accept connections from the clients
Receive data from the clients
Send data to the clientsN.B. Google Chrome is the only browser I know that currently supports web sockets.Read more: Codeplex
It has been moved here to make it easier for others to contribute to the code and get the project going.The project is currently in a proof of concept state, and everything is subject to change.Features:
Accept connections from the clients
Receive data from the clients
Send data to the clientsN.B. Google Chrome is the only browser I know that currently supports web sockets.Read more: Codeplex
0 comments:
Post a Comment