2 ms·
> The default WebView backend uses the operating system's own webview for small binaries, and you still have the entire npm ecosystem available through Deno's N
by droidjj 3mo ago
> The default WebView backend uses the operating system's own webview for small binaries, and you still have the entire npm ecosystem available through Deno's Node compat layer.
Sounds like a similar architecture to Tauri, but your business logic is in typescript instead of rust.
- progx 3mo ago> Opt into the bundled Chromium (CEF) backend when you need identical rendering across macOS, Windows, and Linux. Sound more like Electrobun