Skip to content
davidfowl edited this page Jun 18, 2012 · 18 revisions

Getting Started

SignalR is on NuGet

SignalR is broken up into a few packages:

Samples

  • 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

  • SignalR - A meta package that brings in SignalR.Server and SignalR.Js (you should install this)

Core

  • SignalR.Server - Server side components needed to build SignalR endpoints

Hosts

Clients

Dependency Resolvers

Scaleout Buses

Clone this wiki locally