Tauri instead of electron? #1229
TheBest6337
started this conversation in
Architecture
Replies: 1 comment
-
|
Tauri allows us to directly call rust code from the front-end. It takes care of all the IPC related boilerplate. We could heavily benefit from not having to maintain the IPC. We could even consider merging front- and back-end backend, if we want to. Memory wise I also have a good feeling. Chromium (electorns base) if slightly more optimized than WebKit (what we would get on Linux with tauri). Should however, still be a huge benefit not having a complete browser at hand. Packaging also seems easier tho I did not test it on NixOS. Having the GUI layer be just a component that QiTech Lib talks to seems like a huge simplification. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Should we use tauri instead of electron? It should be less memory hungry and by using the system default webview.
Beta Was this translation helpful? Give feedback.
All reactions