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).

    1 answer 1

    I created the WebSocketServer folder with the project (on the WebSocketSharp library) and just in global.asax I created an instance of the server when I started the web server itself and all the buzz.