Skip to content
forked from SignalR/SignalR

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

License

Notifications You must be signed in to change notification settings

AkosLukacs/SignalR

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

94aaf97 · Dec 19, 2011
Oct 28, 2011
Nov 24, 2011
Nov 24, 2011
Nov 24, 2011
Nov 24, 2011
Nov 24, 2011
Dec 13, 2011
Dec 15, 2011
Dec 15, 2011
Dec 10, 2011
Dec 19, 2011
Oct 28, 2011
Dec 19, 2011
Aug 11, 2011
Dec 7, 2011
Nov 12, 2011
Nov 21, 2011
Nov 12, 2011
Nov 12, 2011
Oct 9, 2011

Repository files navigation

SignalR

Async signaling library for ASP.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

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.

Questions?

The SignalR team hangs out in the signalr room at http://chatapp.apphb.com.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.9%
  • C# 28.9%
  • Other 0.2%