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
Make it easy for end user. No need for npm install and running server from terminal again and again. Wrap it inside Electron, which can run the server in background.
The electron main file will just execute the server.js file. We can have a simple start/stop toggle button on the app UI which will just control the server execution, and if the server is on it will also display the IP Address to access the remote.
The text was updated successfully, but these errors were encountered:
Make it easy for end user. No need for npm install and running server from terminal again and again. Wrap it inside Electron, which can run the server in background.
The electron main file will just execute the server.js file. We can have a simple start/stop toggle button on the app UI which will just control the server execution, and if the server is on it will also display the IP Address to access the remote.
The text was updated successfully, but these errors were encountered: