HTTP Server
An AOT-clean HTTP/1.1, HTTP/2 and HTTP/3 server — even inside a MAUI app
ASP.NET Core is heavyweight and does not run on .NET MAUI. This does: a dependency-light server with routing, middleware and typed endpoints generated at compile time, so a route that cannot bind fails your build rather than your deployment.
- Routing, middleware, DI scopes and compile-time typed endpoints
- WebSockets, Server-Sent Events, OpenAPI, CORS and rate limiting
- Reach it from the internet over SSH, quick tunnels or Azure Relay
- gRPC, MCP, WebDAV, Mediator and DocumentDb add-ons


