socket.io-client-csharp icon indicating copy to clipboard operation
socket.io-client-csharp copied to clipboard

Can we create socket io server in asp.net mvc c#? Please suggest me, How?

Open sandeep-mehra opened this issue 3 years ago • 1 comments

I want to create socket io server in asp.net mvc C#. Can anyone suggest.

sandeep-mehra avatar Feb 08 '22 15:02 sandeep-mehra

socket.io server is a nodejs library, there seems to be no c# implementation of socket.io server.

you can use SignalR, it is a library for ASP.NET/Core developers that simplifies the process of adding real-time web functionality to applications. Real-time web functionality is the ability to have server code push content to connected clients instantly as it becomes available, rather than having the server wait for a client to request new data.

doghappy avatar Feb 09 '22 01:02 doghappy