top | item 38835117

(no title)

windmark | 2 years ago

Reading the “How Does it Work?” section of the readme, I interpret it as WebUI being a way of embedding a web view into your existing program, being a sort of proxy for the existing browser of the system.

https://github.com/webui-dev/webui#how-does-it-work

discuss

order

samspenc|2 years ago

Don't frameworks like Electron (and Tauri) already allow us to do this today?

I couldn't tell from their docs what makes their project unique compared to these existing and more popular solutions.

Turing_Machine|2 years ago

Electron bundles a full installation of Chrome into every application.

WebUI uses whatever browser (or browser component) is already present on your system.

That's a big difference!