top | item 32955253

(no title)

01walid | 3 years ago

How does this compare to Tauri ?

Edit: it looks like it leverages its own Webkit for the frontend, but then how is this more efficient than Electron ?

discuss

order

stillicide|3 years ago

Building on top of a framework that bundles a Chromium should result in a smaller application than building on top of a framework that bundles a WebKit. As an example, compare Vivaldi (Chromium) and Orion (WebKit).

Chromium has many more batteries included though, such as V8/Node.

encryptluks2|3 years ago

I believe the right term here is WebView, which will use the OS's native browser framework to display the app. For Windows this would be Microsoft Edge WebView2 and for Linux webkit2gtk. I do believe Qt WebEngine (or Qt WebView) might be the better option for Linux though, although I'm guessing webkit2gtk is being used because of more readily available Go bindings.