Ask HN: Evaluating Electron vs. Tauri for building a desktop app
1–4 of 4 posts
Re: Ask HN: Evaluating Electron vs. Tauri for building a desktop app
#2I tested Electron and Tauri for building a desktop app. Electron bundles Nodejs runtime but has a 230MB+ bundle size. Tauri is ~15x smaller but requires Rust services or Nodejs hacks. Here's a comparison of the tradeoffs.
Re: Ask HN: Evaluating Electron vs. Tauri for building a desktop app
#3Here is the detailed comment,
https://github.com/firecamp-dev/firecamp/issues/62#issuecomm...
Re: Ask HN: Evaluating Electron vs. Tauri for building a desktop app
#4I don't know much of native web view (which is the one used by tauri/rust), and since I hear a lot about WASM, could it be possible to embed the node js part as a wasm module ?