Hosting Models for Blazor
· ☕ 4 min read
Blazor has three hosting models - as I see it :)
Server Client Client++ We will look at them in brief below.
Server Server hosted implies the entire application being hosted on server. A razor-thin (no pun) app is delivered to client and there on client relies on server for everything.