Go to file
Pawel Kadluczka 9eabce1b02 Enabling tests which would have prevented a bug 2017-08-11 11:22:45 -07:00
build Updating xUnit version 2017-08-10 19:00:31 -07:00
client-ts Adding MsgPack hub protocol to TS client 2017-08-09 09:12:11 -07:00
samples Hub<T> (#689) 2017-08-08 17:39:09 -07:00
specs Update protocol spec for Message Pack (#703) 2017-08-10 18:44:00 -07:00
src Enabling tests which would have prevented a bug 2017-08-11 11:22:45 -07:00
test Enabling tests which would have prevented a bug 2017-08-11 11:22:45 -07:00
.gitattributes
.gitignore Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:35:10 -07:00
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
SignalR.sln
appveyor.yml
build.cmd Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:35:10 -07:00
build.ps1 Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:35:10 -07:00
build.sh Ensure fallback to curl after failed wget 2017-08-02 14:34:09 -07:00
version.xml Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:35:10 -07:00

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.

You can watch an introductory presentation here - Introducing ASP.NET Core Sockets.

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.

The JavaScript client is being published to our dev npm registry. The module contains a browserfied version of the client. You can install the module using the following command:

npm install signalr-client --registry https://dotnet.myget.org/f/aspnetcore-ci-dev/npm/