Skip to content
forked from SignalR/SignalR

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

License

Notifications You must be signed in to change notification settings

YogirajA/SignalR

This branch is 3725 commits behind SignalR/SignalR:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

832e038 · Jul 1, 2012
Jun 6, 2012
Jul 1, 2012
Jun 24, 2012
Jun 24, 2012
Jun 24, 2012
Jun 24, 2012
Jun 24, 2012
Jun 24, 2012
Jun 24, 2012
Jun 27, 2012
Jul 1, 2012
Jul 1, 2012
Jun 24, 2012
Jul 1, 2012
Jul 1, 2012
Jul 1, 2012
Jul 1, 2012
May 22, 2012
Mar 29, 2012
Jun 27, 2012
Jul 1, 2012
Jul 1, 2012
Jun 8, 2012
May 20, 2012
Jun 24, 2012
Aug 11, 2011
Apr 21, 2012
Jun 26, 2012
May 31, 2012
Mar 22, 2012
Apr 1, 2012
Apr 2, 2012
Jun 19, 2012
Jul 1, 2012
Jun 18, 2012
Apr 2, 2012
Apr 1, 2012

Repository files navigation

SignalR

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

What can it be used for?

Pushing data from the server to the client (not just browser clients) has always been a tough problem. SignalR makes it dead easy and handles all the heavy lifting for you.

Documentation

See the documentation

Get it on NuGet!

Install-Package SignalR

Get a sample on NuGet, straight into your app!

Install-Package SignalR.Sample

LICENSE

MIT License

Building the source

Windows

After cloning the repository, run build.cmd.

If the SignalR.Samples csproj won't load when opening the solution in Visual Studio then download Web Platform Installer and install IIS Express.

Mono

After cloning the repository, run make.

NOTE: Run make tests to run the unit tests. After running them it'll probably hang. If it does hang use Ctrl+C to break out (We're still working on this).

Open SignalR.Mono.sln to do development.

Continuous Integration

We have a CI Server setup on codebetter (http://teamcity.codebetter.com/project.html?projectId=project188)

We generate packages from our ci builds to this feed http://www.myget.org/F/signalr/. If you want to live on the bleeding edge and don't want to clone the source. You can try things out this way.

Questions?

The SignalR team hangs out in the signalr room at on JabbR.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published