Is there a WebSocket client implemented for .NET?
.net, client, html, websocket
Solution
Now, SuperWebSocket also includes a WebSocket client implementation SuperWebSocket Project Homepage
Other .NET client implementations include:
- Microsoft WebSocket client prototype
- WebSocket-Sharp
- Anaida
Problem
I would like to use WebSockets in my Windows Forms or WPF-application. Is there a .NET-control that is supporting WebSockets implemented yet? Or is there any open source project started about it? An open source solution for a Java Client supporting WebSockets could also help me.