
Cross-boundary communication between desktop and web
A practical architecture for desktop→SaaS migration with backwards compatibility, using message contracts across iframes, windows, and a WebView2 host.
Feb 23, 20264 min read1 reactions0 comments
Tag archive

A practical architecture for desktop→SaaS migration with backwards compatibility, using message contracts across iframes, windows, and a WebView2 host.

TL;DR Built a 2MB desktop version of my web-based AI coding assistant using WPF +...

In the old days, accessing a local website in UWP was relatively easy. Even if you wanted to load...
Updated on 2021/07/24, Electron.js has published a great article on comparing Electron to WebView2....
Updated, related discussion in MicrosoftEdge Feedback repo. The source code repo with examples of...