Go to file
David Fowler e7d3b0c5f9
Remove KestrelThreadPool abstraction and replaced it with PipeScheduler (#2371)
2018-03-12 14:49:19 -07:00
.vscode Use LibuvThread inspired IO Queue in Socket transport (#2368) 2018-03-09 15:04:20 -08:00
benchmarks/Kestrel.Performance Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
build Fix MicrosoftExtensionsBuffersTestingSources package version variable 2018-03-08 15:24:20 -08:00
samples
src Remove KestrelThreadPool abstraction and replaced it with PipeScheduler (#2371) 2018-03-12 14:49:19 -07:00
test Remove KestrelThreadPool abstraction and replaced it with PipeScheduler (#2371) 2018-03-12 14:49:19 -07:00
tools/CodeGenerator
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
KestrelHttpServer.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
ToProjectReferences.ps1
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-03-08 13:05:15 -08:00
korebuild.json
run.cmd
run.ps1
run.sh
version.props Prepend FeatureBranchVersionPrefix if FeatureBranchVersionSuffix is specified 2018-03-06 10:04:38 -08:00

README.md

KestrelHttpServer

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

Travis build status AppVeyor build status

This repo contains a cross-platform web server for ASP.NET Core.

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.

Building from source

To run a complete build on command line only, execute build.cmd or build.sh without arguments. See developer documentation for more details.

Packages

Kestrel is available as a NuGet package.

Package name Stable Nightly (dev branch)
Microsoft.AspNetCore.Server.Kestrel NuGet MyGet
Microsoft.AspNetCore.Server.Kestrel.Https NuGet MyGet