Reputation: 179
I am interested in setting up hosting of a Blazor WebAssembly web application on google cloud platform.
Is this currently possible today on the cloud platform? What services are capable of hosting the site targeting .NET 6 Framework?
Since the site WASM is static content, I would prefer serverless functions to deliver the content, but realize this may not be supported quite yet.
Upvotes: 0
Views: 978
Reputation: 2055
Here are some serverless functions I suggest that could be useful for your application:
Links are provided above with sample application that you can try before you can deploy your own application so that you can check where your application would fit your needs.
Let me know if you have questions or clarifications.
Upvotes: 2