tryphotino / photino.Samples

https://tryphotino.io
Apache License 2.0
103 stars 26 forks source link

Is consider add blazor server side demo? #7

Closed kefengwei closed 3 years ago

kefengwei commented 3 years ago

Is consider add blazor server side demo?

peerem commented 3 years ago

This is quasi server-side blazor. There are two differences: it uses the index.html like in WebAssembly and you don't have to configure the app, only the services. It is as easy to configure as WebAssembly with the full features of the server-side Blazor (complete framework with multithreading).

MikeYeager commented 3 years ago

Thanks @peerem. That's exactly right. Photino.Blazor doesn't use WASM or a server. All C# code is run against the locally installed, full .NET 5 framework.