Awesome Blazor
Resources for Blazor, a .NET web framework using C#/Razor
...Alternatively, Blazor can run your client logic on the server. Client UI events are sent back to the server using SignalR, a real-time messaging framework. Once execution completes, the required UI changes are sent to the client and merged into the DOM.