/blazor-kestrel

Demo of Blazor serving Razor via Kestrel

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

blazor-kestrel

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#.

Usage

Start the backend:

dotnet run

Then visit http://localhost:5173/ in a browser.