Go to file
Stephen Halter 40ca61b640 Merge branch 'release' into dev 2015-08-26 16:32:19 -07:00
build
samples Merge branch 'Daniel15/unix-sockets' into dev 2015-08-24 12:53:31 -07:00
src/Microsoft.AspNet.Server.Kestrel Merge branch 'release' into dev 2015-08-26 16:32:19 -07:00
test/Microsoft.AspNet.Server.KestrelTests Don't automatically set Content-Length: 0 in some circumstances 2015-08-26 16:16:35 -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 Update Home master -> Home dev 2015-05-12 11:48:17 -07:00
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.