Post #2080124
2026-04-27 18:44 UTC
@swetland @whitequark Yeah, I hate to say this but I'm gaining new appreciation for Electron, Tauri etc.
"It works on my localhost dev setup." "Then we'll *ship* your localhost dev setup."
Replies (2)
-
@whitequark@social.treehouse.systems 2026-04-27 18:49
@wren6991 @swetland fwiw most electron deployments i've seen use some native node extensions you wouldn't be able to use in a browser and are fairly significantly divergent from a webapp proper
-
@lil5@social.last.nl 2026-04-28 07:46
@swetland @wren6991 @whitequark Don’t put Tauri and Wails next to Electron as if they’re the same thing. Electron ships an entire outdated browser per app, the others use your OS built in html renderer. These are not the same and consequently have a very different RAM usage.