• 0 Posts
  • 2 Comments
Joined 7 months ago
cake
Cake day: June 24th, 2024

help-circle
  • Pechente@feddit.orgtoProgrammer Humor@programming.devGood guy clippy
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    22 days ago

    For anyone considering Electron: take a look at Tauri. It’s another way to build cross-platform apps with web tech. It will use the OS‘s web rendering engine instead of shipping Chromium which results in much smaller binaries and faster startup times and less RAM usage. You can also write native code in Rust. It’s like Electron but good.