Go to file
Pranav K 099f8f1a47 Updating package version to preview2 2017-04-26 07:13:10 -07:00
.vscode
build Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 12:51:48 -07:00
samples Added ApplicationSchedulingMode to KestrelServerOptions (#1759) 2017-04-25 00:37:09 -07:00
src Added ApplicationSchedulingMode to KestrelServerOptions (#1759) 2017-04-25 00:37:09 -07:00
test Skip HostName binding test when network is unreachable 2017-04-25 14:33:06 -07:00
tools/CodeGenerator
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
KestrelHttpServer.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
ToProjectReferences.ps1
appveyor.yml
build.cmd
build.ps1
build.sh
version.props Updating package version to preview2 2017-04-26 07:13:10 -07:00

README.md

KestrelHttpServer

Join the chat at https://gitter.im/aspnet/KestrelHttpServer

AppVeyor: AppVeyor

Travis: Travis

This repo contains a web server for ASP.NET Core based on libuv.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.