Our great sponsors
-
kopia
Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included.
kopia - one of most advanced backup solutions using exactly what you looking for. It runs as a server not only to backup clients, but also as web UI (as well UI over electron that used the same backend API as for web access.)
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
-
I evaluated wails but it's light on features. The best non-electron solution is probably tauri.studio. It's very popular and close to feature parity with electron. You can sidecar a Go app so you don't need to know rust.
-
-
Yep and to avoid having the front-end files in the distributable I use https://github.com/rakyll/statik to bundle them into the main binary.