Go to file
N. Taylor Mullen 41b7ce4b23 Update 'build.sh' to pull Sake from v2 NuGet feed. 2015-08-20 20:46:47 -07:00
build
samples Update "Kestrel" dependency in samples after rename 2015-08-17 15:55:04 -07:00
src/Microsoft.AspNet.Server.Kestrel Unpinnng Dnx.Runtime.Abstractions package version 2015-08-18 21:34:43 -07:00
test/Microsoft.AspNet.Server.KestrelTests Ignore zero length writes when automatically chunking responses 2015-08-14 15:59:47 -07:00
tools/Microsoft.AspNet.Server.Kestrel.GeneratedCode Make the GeneratedCode project work on CoreCLR 2015-08-19 17:08:00 -07:00
.gitattributes
.gitignore Gracefully shutdown even when there are open connections 2015-06-11 17:06:25 -07:00
.travis.yml Install Libuv on Travis 2015-07-31 11:32:01 -07:00
CONTRIBUTING.md
KestrelHttpServer.sln Merge Kestrel into Microsoft.AspNet.Server.Kestrel 2015-08-11 14:56:20 -07:00
LICENSE.txt
NuGet.Config Update NuGet feed from v2 => v3. 2015-08-19 14:54:19 -07:00
README.md Add AppVeyor, Travis build status 2015-06-23 07:25:27 +03:00
appveyor.yml
build.cmd Update 'build.cmd' to pull Sake from v2 NuGet feed. 2015-08-20 15:37:56 -07:00
build.sh Update 'build.sh' to pull Sake from v2 NuGet feed. 2015-08-20 20:46:47 -07:00
global.json
makefile.shade

README.md

KestrelHttpServer

AppVeyor: AppVeyor

Travis: Travis

This repo contains a development web server for ASP.NET 5 based on libuv.

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