Go to file
BrennanConroy af80d4493e Remove Database EnsureCreated 2016-11-09 14:13:15 -08:00
samples Remove Database EnsureCreated 2016-11-09 14:13:15 -08:00
src Don't hardcoded localhost for redis 2016-11-09 02:06:31 -08:00
test Added support for net451 and netstandard1.3 2016-11-07 21:39:19 -08:00
tools clean up project.jsons and NuGet.config (#9) 2016-11-07 14:00:41 -08:00
.gitattributes Merge branch 'master' into anurse/merge-prototype 2016-11-07 09:42:41 -08:00
.gitignore Remove site.min.css from source control to reduce noise 2016-11-08 01:02:24 -08:00
.travis.yml Make things actually work (#10) 2016-11-07 20:58:41 -08:00
CONTRIBUTING.md README, LICENSE, and CONTRIBUTING files 2016-10-17 10:19:50 -07:00
LICENSE.txt README, LICENSE, and CONTRIBUTING files 2016-10-17 10:19:50 -07:00
NuGet.config clean up project.jsons and NuGet.config (#9) 2016-11-07 14:00:41 -08:00
README.md README, LICENSE, and CONTRIBUTING files 2016-10-17 10:19:50 -07:00
SignalR.sln Make things actually work (#10) 2016-11-07 20:58:41 -08:00
appveyor.yml Make things actually work (#10) 2016-11-07 20:58:41 -08:00
build.cmd Make things actually work (#10) 2016-11-07 20:58:41 -08:00
build.ps1 Make things actually work (#10) 2016-11-07 20:58:41 -08:00
build.sh Builds on non windows 2016-11-08 00:47:09 -08:00
global.json
makefile.shade install tsc during build (#17) 2016-11-08 15:31:02 -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.