I am working on an old client/server kiosk system. It was designed where most of the code that changed regularly was all on the server. The Kiosk code was a C++ program that hosted the WebControl and downloaded the core app from the server.
The kiosk needs to be rewritten and a MAUI Blazor hybrid is being considered. The only question is whether or not the Blazor components (the core app) could live on the server and the BlazorWebView in the MAUI app download the Blazor components from the server, or... do the Blazor components need to be embedded in MAUI application?