-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Package Overview
davidfowl edited this page Jan 19, 2013
·
6 revisions
SignalR is on NuGet
SignalR is broken up into a few packages:
- Microsoft.AspNet.SignalR.Sample - A sample stock ticker you can quickly and easily bring into your app to get a working sample up and running.
- Microsoft.AspNet.SignalR - A meta package that brings in everything you need to run it on IIS and ASP.NET (you should install this).
- Microsoft.AspNet.SignalR.Core - Server side components needed to build SignalR endpoints
-
Microsoft.AspNet.SignalR.SystemWeb - Pulls in the required packages to host SignalR in ASP.NET (via OWIN ASP.NET host)
-
Microsoft.AspNet.SignalR.Owin - OWIN host for SignalR
-
Microsoft.AspNet.SignalR.Js - Javascript client for SignalR
-
Microsoft.AspNet.SignalR.Client - .NET client for SignalR (includes WinRT, Windows Phone 8 and Silverlight5 clients)
-
Microsoft.AspNet.SignalR.Redis - Redis scaleout for SignalR
-
Microsoft.AspNet.SignalR.ServiceBus - Service bus scaleout for SignalR