Reputation: 1126
Disclaimer: I am new in blazor and .NET.
My question: Is it possible to use blazor client/server without webassembly?
My understanding:
Blazor client uses web assembly and download the whole .NET core, (dependencies+ CLR) in the browser.
In the blazor server only frontend resources are loaded (HTML+CSS+JS) and the library persistent two-way is loaded to send to the server updates. So in this case NO web assembly is used.
Is it the case?
Upvotes: 2
Views: 955