Go to file
moozzyk 10c741b14e Updating dependency version to fix a 0.3.0 => 1.1.0 upgrade warning 2016-11-11 10:49:54 -08:00
samples Fix more versions 2016-11-11 09:17:22 -08:00
src Updating dependency version to fix a 0.3.0 => 1.1.0 upgrade warning 2016-11-11 10:49:54 -08:00
test Fix more versions 2016-11-11 09:17:22 -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 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.