Recently I have done some research regarding WebSockets in C# and found two open source libraries – WebSocket4Net and SuperWebSocket.
I found they very powerful but I missed any good example of their work as a couple so I created demo which shows them in action.
Maybe someone will find it useful too:)
I’m using two open source libraries:
- WebSocket4Net – CLIENT
- SuperWebSocket – SERVER
My demo placed on GitHub: WebSocketsDemo
Included sources contain two project with selfdescriptive names: