I have a WPF client aplication that access to a API server. I need now to mak it run in a Web browser. I read about many technologies that exist out there for this propose, naming :
Avalonia
Electron
UNO
Blazor Hybrid.
Blazor Webassembly
Blazor Server
WPF Exe via External Protocol.
etc..
Lots of progress have been made in this field now in 2024. But no easy way i found to do this fully working in a web browser like Chrome. Please let me know what is the best and faster way to make this WPF windows app client work in a browser. Also if possible provide me some good links with samples and good documentation available on-line.
Thank you.
1