Updated Electron alternatives (markdown)

Dimitri Witkowski 2020-10-03 14:24:55 +02:00
parent 51b4e6b1e0
commit fba4d21d25
1 changed files with 1 additions and 1 deletions

@ -56,7 +56,7 @@ So, replacing Electron with either WebView or Qt would reduce memory consumption
We're not concerned much about disk space since extra 100 MB doesn't matter nowadays (which is arguable but that's our opinion), while reducing memory requirements would be nice.
In terms of development effort, rewriting the app in Qt is equal to full re-creation from scratch, this doesnt sound realistic. Apart from this, the difference is not that big, so we wont get anything from it.
In terms of development effort, rewriting the app in Qt is equal to full re-creation from scratch, this doesnt sound realistic.
Switching to a WebView-based solution would need some work on app stability and implementation of missing features, but it has big wins in filesystem space and consumes 35% less memory. WebView feature support is however not great and it will also add limitations on our operating system coverage because we're using latest web technologies, such as WebAssembly and WebCrypto.