Investigate some electron alternatives using system webviews #2546
Replies: 4 comments 6 replies
-
If we go from 100mb with Electron to 600kb with Tauri what do we lose? |
Beta Was this translation helpful? Give feedback.
-
My understanding is that the main thing we get from electon is the file access without security restrictions. I wonder if some day we can completely replace electron with GD becoming a PWA The new filesystem api might help us get there? tauri looks interesting. Honestly electron is a memory hog and eats up so much hd space. I would be happy if we find a better way to do this. The external editors might need some work- they rely on it a bit too much now |
Beta Was this translation helpful? Give feedback.
-
Tauri just went from alpha to beta and now has an autoupdater like electron 👀 |
Beta Was this translation helpful? Give feedback.
-
What about its debugging tools?
…On Fri, 16 Apr 2021, 13:59 Arthur Pacaud, ***@***.***> wrote:
Tauri just went from alpha to bet and now has an autoupdater like electron
👀
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2546 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRRWVL3XEE7OXI6K5FKRODTJAYDJANCNFSM4244MP6Q>
.
|
Beta Was this translation helpful? Give feedback.
-
It could be be interesting for some users to have lighter binaries, which would be possible by providing some additional export types for webview based technologies like Tauri or deno-webview, allowing the wrapper app to be in the case of Tauri sometimes as light as 600kb, way different from the ~100mb from electron.
Electron do is a more reliable and battle tested technology, so I am not saying we should make a full switch, just that providing an alternative would be nice.
Beta Was this translation helpful? Give feedback.
All reactions