web-to-desktop-framework-comparison
web-to-desktop-framework-comparison copied to clipboard
This repository has been made to create an objective comparison of multiple frameworks that allow us to "transform" our web apps to desktop applications.
We might need to measure between start command and a log saying something like "app started and loaded" to be more accurate. We should be able to filter out executions...
Example: with Tauri, we can have overhead due to cargo restoring/building packages on the first run.
It would be great if you can add [wails](https://github.com/wailsapp/wails) to your comparison list :-) https://github.com/wailsapp/wails From what is see it is architecturally similar to tauri and the api layer is...
Young project, but I think it would be interesting to add it => [Dioxus](https://github.com/DioxusLabs/dioxus)
``` $ npm-check (node:6648) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\Users\elani\AppData\Roaming\npm\node_modules\npm-check\node_modules\find-parent-dir\package.json' of 'find-parent-dir.js'. Please either fix that or report it to the module author (Use `node --trace-deprecation ...` to show...
Your build size is still too large. Rust offers a number of opportunities to make binaries smaller. Please see this page: https://tauri.studio/en/docs/usage/guides/bundler/anti-bloat And at least put this at the end...
I would love to see CPU usage benchmarks for the different frameworks, particularly background CPU usage. It seems like Electron apps always have egregious background CPU usage and I'd like...
Add a line to tell if a technology have tools for automated testing