Proposal to Discuss Replacing Electron with Tauri #458
sangyuxiaowu
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, long time no see,
I'm thrilled to see the continuous updates and active releases of massCode. Your efforts in keeping this project alive and thriving are greatly appreciated. Recently, I've come across an open-source framework called Tauri, which I believe might be beneficial to our project.
Tauri is a framework for building tiny, blazingly fast binaries for all major desktop platforms. It allows developers to integrate any front-end framework that compiles to HTML, JS, and CSS for building their user interface. The backend of the application is a binary sourced from Rust, with an API that the front-end can interact with.
One of the striking features of Tauri is that it generates very small binary files, and it offers excellent support for all mainstream desktop platforms.
Moreover, Tauri boasts several other advantages, such as a built-in app bundler capable of creating app bundles in various formats, a built-in self-updater (desktop only), system tray icons, and native notifications.
I believe that integrating Tauri into massCode could significantly enhance our application's performance, reduce the size of the installation package, improve the user experience, and increase distribution efficiency.
Of course, this is just a suggestion, and the final decision is up to you.
Here is the link to Tauri: https://github.com/tauri-apps/tauri
You can refer to the use of Tauri in this project: https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web
Beta Was this translation helpful? Give feedback.
All reactions