Blazor support
Blazor (www.blazor.net) seems to be the next revolution in web programming, where C# can be used instead of Javascript.
However, WebAssembly is in essence still Javascript, and thus it seems that the C# client for Servicestack cannot be used:
https://stackoverflow.com/questions/56386712/servicestack-adding-blazor-support
I would suggest looking into supporting Blazor client-side programming with ServiceStack, at least a C# client that works with the ServiceStack cli (https://docs.servicestack.net/csharp-client).
Regards

A Community ServiceStack + Blazor template that supports .NET 5.0 is available:
https://docs.servicestack.net/releases/v5.10#blazor-web-assembly-template
3 comments
-
Anonymous commented
Client Template for Blazor WebAssembly client-side.
-
Johan Mulder commented
Starter template with Blazor authentication/authorization integrated into SS. Also a working SS Httpclient + SSE example.
-
George Hemmings commented
I'm also hoping for Blazor Server support. This could be just a SS ComponentBase with templates for integration with SS Auth.