Package Overview - MrAntix/SignalR GitHub Wiki
Package Overview
NuGet
SignalR is onSignalR is broken up into a few packages:
Samples
- 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.
Meta package
- Microsoft.AspNet.SignalR - A meta package that brings in everything you need to run it on IIS and ASP.NET (you should install this).
Core
- Microsoft.AspNet.SignalR.Core - Server side components needed to build SignalR endpoints
Hosts
-
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
Clients
-
Microsoft.AspNet.SignalR.Js - Javascript client for SignalR
-
Microsoft.AspNet.SignalR.Client - .NET client for SignalR (includes WinRT, Windows Phone 8 and Silverlight5 clients)
Scaleout Buses
-
Microsoft.AspNet.SignalR.Redis - Redis scaleout for SignalR
-
Microsoft.AspNet.SignalR.ServiceBus - Service bus scaleout for SignalR