Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sandeep-mehra opened this issue Feb 8, 2022 · 1 comment

Comments

@sandeep-mehra
Copy link

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

@doghappy
Copy link
Owner

doghappy commented Feb 9, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants