Update index.md (#21358)

pull/21359/head
Rick Anderson 2021-01-29 11:51:41 +10:00 committed by GitHub
parent f7ac72b718
commit b38b312870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ ASP.NET Core ships with [Kestrel server](xref:fundamentals/servers/kestrel), whi
## Kestrel
[Kestrel server](xref:fundamentals/servers/kestrel) is the default, cross-platform HTTP server implementation. Kestrel provides the best performance and memory utilization, but it doesn't have some of the advanced features in `Http.Sys` such as port sharing.
Use Kestrel:
* By itself as an edge server processing requests directly from a network, including the Internet.