1 points | by willprice89 a day ago ago
5 comments
I think a good alternative is Tauri 2.0. With this new version, you can even distribute on Android and iOS. It’s similar to Electron. It uses Rust (or JS) for APIs and JavaScript for the frontend.
Interesting. So the entire UI is contained within a single web view? Does it require a local server "hosting" the site?
React Native.
> Buttons, lists, input boxes
Make it a web page and be done
It's a VPN... can't do that as a webpage as it requires native API access.
I think a good alternative is Tauri 2.0. With this new version, you can even distribute on Android and iOS. It’s similar to Electron. It uses Rust (or JS) for APIs and JavaScript for the frontend.
Interesting. So the entire UI is contained within a single web view? Does it require a local server "hosting" the site?
React Native.
> Buttons, lists, input boxes
Make it a web page and be done
It's a VPN... can't do that as a webpage as it requires native API access.