Is there something like socket.io (node.js) for C# ? I need a server version of it.
Thanks for your help!
SignalR
Async signaling library for .NET to help build real-time, multi-user interactive web applications.
https://github.com/SignalR/SignalR
You can see a live example of it in play here http://jabbr.net/
You will need IIS 8.0 to get web sockets, it uses long-polling on IIS 7.
I think they may be working on using https://github.com/davidfowl/Fleck and https://github.com/davidfowl/SignalR.Fleck to show how you can use Fleck web socket server with SignalR
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With