RSS Feed for This PostCurrent Article

Signaling Library for ASP.NET

SignalR is an async signaling library for ASP.NET to help build real-time, multi-user interactive web applications

SignalR is broken up into a few package on NuGet:

  • SignalR – A meta package that brings in SignalR.Server and SignalR.Js (you should install this)
  • SignalR.Server – Server side components needed to build SignalR endpoints
  • SignalR.Js – Javascript client for SignalR
  • SignalR.Client – .NET client for SignalR
  • SignalR.Ninject – Ninject dependeny resolver for SignalR


Trackback URL


Sorry, comments for this entry are closed at this time.