[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Stephen Halter 0c34523e8b
Log exception after critical accept loop error (#2140)
2017-10-31 11:09:11 -07:00
.vscode Initial HTTP/2 support. 2017-08-16 10:04:44 -07:00
benchmarks/Kestrel.Performance Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
build Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
samples Sockets transport (#2100) 2017-10-11 15:14:35 -07:00
src Log exception after critical accept loop error (#2140) 2017-10-31 11:09:11 -07:00
test Add "zero config" HTTPS support using local development certificate. (#2093) 2017-10-25 13:59:09 -07:00
tools/CodeGenerator Merge code paths duplicated between HTTP/1.x and HTTP/2 implementations (#2017). 2017-09-14 17:35:57 -07:00
.appveyor.yml Update bootstrappers 2017-10-09 12:46:27 -07:00
.gitattributes Build with dotnet (#571). 2016-02-01 14:37:47 -08:00
.gitignore Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:07 -07:00
.travis.yml Sockets transport (#2100) 2017-10-11 15:14:35 -07:00
CONTRIBUTING.md Use PackageLineup 2017-08-16 14:10:43 -07:00
Directory.Build.props This brings support for the final syntax of "ref readonly" and some bug fixes. (#2121) 2017-10-23 16:18:15 -07:00
Directory.Build.targets Get Kestrel.Performance working again 2017-08-17 17:00:46 -07:00
KestrelHttpServer.sln Fix typos in project names. 2017-10-16 14:13:05 -07:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:06:38 -07:00
NuGet.config Use PackageLineup 2017-08-16 14:10:43 -07:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:42:17 -08:00
README.md Add packages to README 2017-08-17 12:52:03 -07:00
ToProjectReferences.ps1 Input Pipeline migration (#1277) 2017-02-17 15:38:13 -08:00
build.cmd Update bootstrappers 2017-10-09 12:46:27 -07:00
build.sh Update bootstrappers 2017-10-09 12:46:27 -07:00
run.cmd Update bootstrappers 2017-10-09 12:46:27 -07:00
run.ps1 Update bootstrappers 2017-10-09 12:46:27 -07:00
run.sh Update bootstrappers 2017-10-09 12:46:27 -07:00
version.xml Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:07 -07: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.

Before opening this project in Visual Studio or VS Code, execute build.cmd /t:Restore (Windows) or ./build.sh /t:Restore (Linux/macOS). This will execute only the part of the build script that downloads and initializes a few required build tools and packages.

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