This is a mirror of official site: http://jasper-net.blogspot.com/

Nugget

| Sunday, June 6, 2010
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 clients

N.B. Google Chrome is the only browser I know that currently supports web sockets.

Read more: Codeplex

Posted via email from jasper22's posterous

0 comments: