Kestrel as a reverse proxy?

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • CompressedStaticFiles

    asp.net core middleware to send compressed static files to the browser without having to compress on demand, also has support for sending more advanced image formats when the browser indicates that i has support for it.

  • By contrast, I've always found ASP.NET Core's middleware pipeline fairly easy to understand and highly flexible. Adding functionality like compressed static files or MSAL is as simple as installing a NuGet package and adding a few lines to the startup sequence.

  • YARP

    A toolkit for developing high-performance HTTP reverse proxy applications.

  • Microsoft's YARP is exactly this.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

  • Caddy is a great web server/reverse proxy, and very easy to configure. I prefer it over nginx for my personal stuff.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts