Demo of Blazor serving Razor via Kestrel. Built with C# 13.0 and .NET 9.0.
- Blazor: Modern web framework for C#, HTML, and CSS.
- Razor: HTML templating language which allows embedded C#.
- Kestrel: High-performance HTTP server in C#.
Start the backend:
dotnet run
Then visit http://localhost:5173/ in a browser.