OBSOLETE - see readme
Перейти к файлу
Wei Wang c1e6de38c8 Add project.lock.json to .gitignore 2015-02-16 14:04:26 -08:00
src/Microsoft.AspNet.SignalR.SqlServer Update to use 4.0.0-* of packages for Sql client 2015-01-30 15:49:34 -08:00
test/Microsoft.AspNet.SignalR.SqlServer.Tests Rename SqlScaleoutConfiguration to SqlScaleoutOptions 2015-01-30 00:45:00 -08:00
.gitattributes Initial porting of SignalR SqlServer 2015-01-18 22:45:54 -08:00
.gitignore Add project.lock.json to .gitignore 2015-02-16 14:04:26 -08:00
CONTRIBUTING.md Initial commit 2014-12-10 16:54:42 -08:00
LICENSE.txt Initial commit 2014-12-10 16:54:42 -08:00
NuGet.Config Initial porting of SignalR SqlServer 2015-01-18 22:45:54 -08:00
README.md Initial commit 2014-12-10 16:54:42 -08:00
SignalR-SqlServer.sln Initial porting of SignalR SqlServer 2015-01-18 22:45:54 -08:00
build.cmd Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL 2015-01-28 19:06:03 -08:00
build.sh Update build.cmd and build.sh to use kvm 2015-01-28 19:05:48 -08:00
global.json Initial porting of SignalR SqlServer 2015-01-18 22:45:54 -08:00
makefile.shade Initial porting of SignalR SqlServer 2015-01-18 22:45:54 -08:00

README.md

ASP.NET SignalR SQL Server Scaleout

ASP.NET SignalR is a is a new library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications.

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