arlyxiao / best-practice

1 stars 0 forks source link

Simple intro with tauri #74

Open arlyxiao opened 2 years ago

arlyxiao commented 2 years ago

https://betterprogramming.pub/will-tauri-be-an-electron-killer-38fd6478004

Architecturally, Tauri does not wrap Chromium. It uses the self-developed WRY to connect the Web engines of various platforms and provides a unified interface to render WebView. Underlying Web engines for each platform it uses

Electron is more like a fusion technology, which integrates Node.js into Chromium.

Tauri is more like glue, handing over the rendering of WebView to the built-in Web engine of each platform. Tauri is the top layer that can control the GUI through WRY and TAO.