Skip to content

Blazor Hosting Models

Blazor supports multiple hosting models.

UI updates are coordinated through a persistent server connection.

The application runs in the browser through WebAssembly.

The right choice depends on latency, hosting constraints, offline needs, and deployment style.