Go to file
Stephen Halter a992c78548 Dispatch user defined callback so it can't block the event loop 2015-06-15 10:07:58 -07:00
build
samples/SampleApp
src Dispatch user defined callback so it can't block the event loop 2015-06-15 10:07:58 -07:00
test/Microsoft.AspNet.Server.KestrelTests Update test Socket dependency 2015-06-09 10:38:27 -07:00
.gitattributes
.gitignore Gracefully shutdown even when there are open connections 2015-06-15 09:41:33 -07:00
.travis.yml
CONTRIBUTING.md
KestrelHttpServer.sln
LICENSE.txt
NuGet.Config Updating to release NuGet.config 2015-05-27 16:32:17 -07:00
README.md
appveyor.yml
build.cmd
build.sh
global.json
makefile.shade

README.md

KestrelHttpServer

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.