5 ms·
What would make Rust better for this type of app compared to Node?
by hendrikmans 2mo ago
What would make Rust better for this type of app compared to Node?
- thewhitetulip 2mo agoPray tell me why a desktop app is running on a browser in the age of LLMs? Electron was written to make dev times faster But since LLMs are basically super engineers can't the app be written in native language rather than running on v8? Maybe not rust. But then zed people did develop a cross platform library for apps didn't they?!
- mhluongo 2mo agoTauri is a good balance. Rust "backend" plus a native web view, so less JS and a lighter binary.
- deleted 2mo ago[deleted]