Neutralino JS vs Electron vs Tauri #1029
-
|
Which one is better for cross-platform application with web tools? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Electron is very feature-complete, but the app size can be significantly larger than Tauri or Neutralino. On the other hand, Neutralino and Tauri utilize system files to run your application. Their biggest advantage is that some app configurations can be tailored to each system. Personally, I find Neutralino to be very complete and easy to use, but the Neutralino community is a bit small compared to Tauri, making it harder to find tutorials on the internet. |
Beta Was this translation helpful? Give feedback.
-
|
You can use electrobun too, but its i a very new software. I still prefer neutralino btw. |
Beta Was this translation helpful? Give feedback.
Electron is very feature-complete, but the app size can be significantly larger than Tauri or Neutralino. On the other hand, Neutralino and Tauri utilize system files to run your application. Their biggest advantage is that some app configurations can be tailored to each system. Personally, I find Neutralino to be very complete and easy to use, but the Neutralino community is a bit small compared to Tauri, making it harder to find tutorials on the internet.