Go to file
Pawel Kadluczka 08cd20f1a0 Fixing namespace 2016-11-15 10:39:45 -08:00
samples Fixing namespace 2016-11-15 10:39:45 -08:00
src Removing transport fallback in the client 2016-11-14 14:42:53 -08:00
test Fix more versions 2016-11-11 09:17:22 -08:00
tools
.gitattributes
.gitignore Remove site.min.css from source control to reduce noise 2016-11-08 01:02:24 -08:00
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json Fix NuGetPackageVerifier issues 2016-11-11 11:44:20 -08:00
README.md
SignalR.sln Renaming folder 2016-11-15 10:39:44 -08:00
appveyor.yml
build.cmd
build.ps1
build.sh Builds on non windows 2016-11-08 00:47:09 -08:00
global.json
makefile.shade Fix makefile.shade 2016-11-10 09:36:08 -08:00

README.md

ASP.NET Core SignalR

ASP.NET Core SignalR is a new library for ASP.NET Core developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to have your server-side code push content to the connected clients as it happens, in real-time.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.