Submission declined on 25 November 2024 by Theroadislong (talk).
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
|
Submission declined on 25 November 2024 by SafariScribe (talk). This submission is not adequately supported by reliable sources. Reliable sources are required so that information can be verified. If you need help with referencing, please see Referencing for beginners and Citing sources. Declined by SafariScribe 10 hours ago. |
- Comment: we have little interest in what Microsoft have to say about the topic. Theroadislong (talk) 14:37, 25 November 2024 (UTC)
Kestrel is a free and open source web server that is created by Microsoft Corporation. It's the primary web server in .NET ecosystem and used mainly as an integral piece of ASP.NET Core nevertheless it's still possible to plug in custom web servers to ASP.NET Core through IServer interface. Usage of Kestrel outside of ASP.NET Core is very limited since Kestrel is designed to power ASP.NET Core, Kestrel is licensed under MIT license.[1][2]
Kestrel utilizes Async IO (SocketAsyncEventArgs) with tasks as It's concurrency model to achieve high throughput while internally optimizing usage of strings to byte arrays and containing small amount of platform specific unmanaged "memory unsafe" code for performance of hot critical paths.
History
editKestrel originally started when ASP.NET Core 1.0 was released, in this stage Kestrel was not ready as an edge server due to security testing being incomplete during earlier stages. As of ASP.NET Core 2.0 Kestrel is edge ready meaning it can receive requests without having a reverse proxy such as IIS or Nginx.[3]
Feature Set
editProtocol | Platform | Notes |
---|---|---|
HTTP/1.1 | Windows, Linux, Mac OS | |
HTTP/2 | Windows, Linux, Mac OS | |
SPDY | Outdated | |
HTTP/3 | Windows, Linux | libmsquic required except for Windows |
Kestrel no longer supports SSL and marks them as depreciated.
TLS/SSL Version | Notes |
---|---|
SSL 2 | Insecure - Depreciated |
SSL 3 | Insecure - Depreciated |
TLS 1.0 | Insecure - Depreciated |
TLS 1.1 | Insecure - Depreciated |
TLS 1.2 | |
TLS 1.3 |
YARP
editThere is a reverse proxy based on Kestrel named YARP (Yet Another Reverse Proxy) it is highly configurable and originally created in Microsoft due to internal development because developers at Microsoft would create multiple reverse proxies and instead of reinventing the wheel each time engineers decided for a standardized reverse proxy across the company.
YARP is more customizable than nginx and it suits as an easy way to create web application firewalls compared to writing nginx modules or modifying nginx itself.[4][5][6][7]
See also
editReferences
edit- ^ ".NET is open source on GitHub | .NET - Official Dotnet Page from Microsoft".
{{cite web}}
: CS1 maint: url-status (link) - ^ dotnet-bot. "IServer Interface (Microsoft.AspNetCore.Hosting.Server)". learn.microsoft.com. Retrieved 2024-11-25.
- ^ "Web server implementations in ASP.NET Core | Microsoft Docs". 2017-03-30. Archived from the original on 2017-03-30. Retrieved 2024-11-25.
- ^ dotnet-bot. "SslProtocols Enum (System.Security.Authentication)". learn.microsoft.com. Retrieved 2024-11-25.
- ^ gewarren (2021-09-15). "Breaking change: Kestrel: Default supported TLS protocol versions changed - .NET". learn.microsoft.com. Retrieved 2024-11-25.
- ^ "YARP Documentation". microsoft.github.io. Retrieved 2024-11-25.
- ^ wtgodbe (2024-03-14). "Use HTTP/3 with the ASP.NET Core Kestrel web server". learn.microsoft.com. Retrieved 2024-11-25.
- in-depth (not just passing mentions about the subject)
- reliable
- secondary
- independent of the subject
Make sure you add references that meet these criteria before resubmitting. Learn about mistakes to avoid when addressing this issue. If no additional references exist, the subject is not suitable for Wikipedia.