whitphx / stlite

In-browser Streamlit 🎈🚀
https://edit.share.stlite.net
Apache License 2.0
1.22k stars 62 forks source link

Replace Electron with Tauri #329

Open whitphx opened 2 years ago

whitphx commented 2 years ago

We choose Electron as a desktop app framework due to the discussion at #69 that Electron has NodeJS-based runtime that looked Pyodide-friendly. However, we finally found that Pyodide only runs on the renderer process, so the Node-based main process may not be the advantage of Electron any more and Tauri can be the alternative again now.

whitphx commented 9 months ago

Tauri will support mobile apps too. https://tauri.app/blog/2022/12/09/tauri-mobile-alpha/