I used WebSocketSharp in a console application to create a Websocket connection.
How to set up a Websocket connection in an ASP Net MVC application? (Preferably without using SignalR, since I want to build the architecture myself, and there is not much needed).
|