Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Blazor without a server (not serverless)

I've been reading about Blazor and even played with some sample code. However, I'm not finding the answer to my question. I'm looking to run Blazor as a front end for an app that I'm re-writing and I'd like to do this without installing IIS if possible. When I search for "Blazor serverless" I get azure functions. Is it possible to to utilize Blazor clientside without IIS and if so what is this programming process called?

like image 526
Zonus Avatar asked Oct 28 '25 10:10

Zonus


1 Answers

I guess that you are talking about Blazor wasm.

You can deploy Blazor WasAssembly as a static files to several a static file server such Nginx, Apache or even IIS. Link below provides more information.

host and deploy

like image 167
Štefan Bartoš Avatar answered Oct 30 '25 09:10

Štefan Bartoš



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!