Go to file
Louis DeJardin b25d2d9772 Continued updates for #184
* Reordering members
- Fields
- Constructors
- Properties
- EverythingElse
- NestedTypes

* Removing commented code
2015-09-02 20:08:54 -07:00
build
samples Configure unix pipes via the hostname instead of the scheme. 2015-08-31 10:46:48 -07:00
src/Microsoft.AspNet.Server.Kestrel Continued updates for #184 2015-09-02 20:08:54 -07:00
test/Microsoft.AspNet.Server.KestrelTests Add ServerAddress tests 2015-08-31 10:46:50 -07:00
tools Continued updates for #184 2015-09-02 20:08:54 -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 Initial commit for style cleanup #184 2015-09-01 22:25:51 -07:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:53:45 -07:00
NuGet.Config Update NuGet feed from v2 => v3. 2015-08-19 14:54:19 -07:00
README.md Update README.md 2015-09-01 02:20:22 -07: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 Initial commit for style cleanup #184 2015-09-01 22:25:51 -07:00
makefile.shade

README.md

KestrelHttpServer

AppVeyor: AppVeyor

Travis: Travis

This repo contains a 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.