Go to file
Chris R 803ec38073 React to string[] -> StringValues changes. 2015-08-28 12:59:00 -07:00
build
samples Merge branch 'Daniel15/unix-sockets' into dev 2015-08-24 12:53:31 -07:00
src/Microsoft.AspNet.Server.Kestrel React to string[] -> StringValues changes. 2015-08-28 12:59:00 -07:00
test/Microsoft.AspNet.Server.KestrelTests React to string[] -> StringValues changes. 2015-08-28 12:59:00 -07:00
tools/Microsoft.AspNet.Server.Kestrel.GeneratedCode React to string[] -> StringValues changes. 2015-08-28 12:59:00 -07:00
.gitattributes
.gitignore
.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.