up vote 3 down vote favorite
2
share [fb]

Hey guys, I wanted to know what libraries or examples exist for WebSockets in .NET

link|edit|flag

4 Answers

Only thing that seems to be there is this:
http://www.kaazing.com/download.html

As it seems, you have to pay for a full version.

If you're not interested in paying, you can either write a server yourself (see the spec) or you can switch the language, you can find more information on that over a the SO WebSocket FAQ.

link|edit|flag

This one works which also comes with an example app. I tested it myself using chrome

http://www.undisciplinedbytes.com/2010/06/html-5-c-web-sockets-server-and-asp-net-client-implementation/

link|edit|flag

Activemq supports websockets and has a .net client. While the queue/message abstraction might not be the best for your use case, it could be worth to have a look at. http://activemq.apache.org/websockets.html

link|edit|flag

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.