Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[free time to do] add multi run mode like Pure Server Mode/Maui Blazor and even Gtk、WPF support #11

Open
congzhangzh opened this issue Feb 7, 2022 · 0 comments

Comments

@congzhangzh
Copy link
Owner

congzhangzh commented Feb 7, 2022

Why

Easy debug, or sometimes another mode fit to you

How

Pure Server Mode

Start as Normal Blazor Server, this is really easy to debug

Maui/photino.Blazor

This should solve some problems like cross UI thread problem which Blazor Server involves ( should possible be fixed on adjusting asp.net core task scheduled module)
as the asp.net team split out WebView requirements, depending on MAUI is not essential。

https://www.nuget.org/packages/Microsoft.AspNetCore.Components.WebView/
https://github.com/tryphotino/photino.Blazor/blob/master/README.md

Mix in WPF/Gtk

Sometimes's temporary depend on OS native part make your work easy, the challenge may be something like mixing event loop and using the same synchronize dispatcher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant