Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Realtime application - asp.net alternative to node.js and socket.io

I work with asp.net.

I want to write realtime application without ajax polling.

I need free technology - something like node.js and socket.io.

What is the alternative for asp.net - NODE.JS and SOCKET.IO?

like image 612
Jenan Avatar asked Feb 15 '12 16:02

Jenan


1 Answers

Check out SignalR

Async signaling library for .NET to help build real-time, multi-user interactive web applications

  • Asynchronous scalable web applications with real-time persistent long-running connections with SignalR
  • Learn how to use SignalR and Knockout in an ASP.NET MVC 3 web application to handle real-time UX updates.
  • Fun with @SignalR
like image 128
D'Arcy Rittich Avatar answered Sep 20 '22 01:09

D'Arcy Rittich