Go to file
Stephen Halter f3b5bc2483 Don't set ThreadCount in sample project since it is temporarily broken
- We should be able to add this back once https://github.com/libuv/libuv/pull/540
  gets merged.
2015-09-29 11:07:06 -07:00
content
samples Don't set ThreadCount in sample project since it is temporarily broken 2015-09-29 11:07:06 -07:00
src/Microsoft.AspNet.Server.Kestrel Merge branch 'benaadams/fastpath-header-enumerator' into dev 2015-09-28 12:21:58 -07:00
test/Microsoft.AspNet.Server.KestrelTests Consuming Libuv from NuGet package 2015-09-26 18:00:50 -07:00
tools Expanding environment variables in paths 2015-09-28 12:14:09 -07:00
.gitattributes
.gitignore Consuming Libuv from NuGet package 2015-09-26 18:00:50 -07:00
.travis.yml
CONTRIBUTING.md
KestrelHttpServer.sln Consuming Libuv from NuGet package 2015-09-26 18:00:50 -07:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.sh
global.json
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.