You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a set of Node.js and Python processes, which communicate with each other via gRPC and websockets, and are often managed by PM2 (sometimes they are started individually without that manager, but the restarting mechanism is really useful).
I would like to create a GUI application for configuring, running and managing those processes, and bundle everything together for end users to download, without having to worry about Node.js and Python dependencies etc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a set of Node.js and Python processes, which communicate with each other via gRPC and websockets, and are often managed by PM2 (sometimes they are started individually without that manager, but the restarting mechanism is really useful).
I would like to create a GUI application for configuring, running and managing those processes, and bundle everything together for end users to download, without having to worry about Node.js and Python dependencies etc.
Is Tauri the right framework for this endavour?
Beta Was this translation helpful? Give feedback.
All reactions