Electron vs Tauri: This Was Unexpected!!

39,016
0
Published 2022-07-18
► Electron vs Tauri: This Was Unexpected!!

Electron is a free and open-source software framework developed and maintained by GitHub. The framework is designed to create desktop applications using web technologies. Recently, Tauri a secure, and frontend-independent application uses Rust as backend and takes a very similar approach but with a very less expense comparing to Electron. The results are shocking!

🔗 Join into our Official Discord Server!
discord.gg/XrWqrwm

🔗 Some Credits:
• Tauri Website: tauri.app/
• Fireship's video for Tauri:    • Tauri in 100 Seconds  
• Lazap (Game Launcher): github.com/Lazap-Development/lazap

► Website • dashcruft.com/
► Twitter • twitter.com/DashCruft/​
► Twitch • twitch.tv/DashCruft/​
► Instagram • instagram.com/DashCruft/

#dev #programming #tauri

All Comments (21)
  • @FadedFearSim
    Sodium hypobromite is the inorganic compound with the formula NaOBr. It is usually obtained as the pentahydrate, so the material that is usually called sodium hypobromite has the formula NaOBr • 5H₂O. It is a yellow-orange solid that is soluble in water.
  • @nasz_komputer
    Electron dev trying tauri: "Noooo, where is my high ram and cpu consuming node.js?"
  • @jabadahut50
    I'm mostly just waiting for WebGPU to become a major thing and for Tauri to support it myself.
  • @hanzofuma
    Quick note Tauri uses Microsoft Edge's Web View2 on Window, WebKit Gtk on Linux and WebKit on Mac.
  • I just did an experiment with an electron application I made. With some minor changes and less than 100 lines if C, I can replace electron with WebKit. I think I will be migrating to that.
  • @zaidali9238
    I really wanna get started but I can't find any good tutorial videos. Can you tell me how did you learn this?
  • @thebinary563
    Damn I might just switch to Tauri. It looks promising thx btw dash
  • @PLOJ
    how do i make my linux look like yours? cheers.
  • @CommitSNIPS
    Can you do a video on your linux setup? Looks cool
  • @RGBA
    what you used to make lazap?
  • @elanza48
    Oh man what btop theme and config you are using ?
  • @neofox2526
    what linux desktop environment are you using?
  • @Zen-rw2fz
    man I absolutely hate how slow so many of these modern apps, are I don't get at all why people keep up with all of it just because it somehow looks prettier, some years ago I would much rather just use some really old software just because it ran much faster. tauri really sounds exciting if it can really offer this performance with the looks
  • @ferluisch
    Did you update electron to the latest version?
  • @drjones694
    In your experience are you using HTML or react thanks
  • @pkingo1
    Tauri unfortunately doesn't support embedded webviews which was a dealbreaker for my project.