Go to file
Andrew Stanton-Nurse 9889ab1bd7 remove sudo from autobahn installation (#198)
there's a conflict with a globally-installed python package
2017-02-14 09:57:35 -08:00
build
samples Hiding Channels (#183) 2017-02-09 10:31:07 -08:00
specs tidying up the transport spec (#171) 2017-02-02 14:41:38 -08:00
src Use Monitor.TryEnter/Exit in the Scan loop (#189) 2017-02-10 16:34:31 -08:00
test Making `OrTimeout` common (#193) 2017-02-13 12:38:34 -08:00
typings
.gitattributes
.gitignore
.travis.yml remove sudo from autobahn installation (#198) 2017-02-14 09:57:35 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
SignalR.sln
appveyor.yml
build.cmd
build.ps1
build.sh
makefile.shade
package.json
version.props

README.md

ASP.NET Core SignalR

AppVeyor: AppVeyor

Travis: Travis

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.

Note To build the project locally at this time you will need the TypeScript Compiler on your path.