Jump to content

Node.JS spawn separate Electron instance?

TheNuzziNuzz
Go to solution Solved by duncannah,

You can launch electron using child_process, or use a library (perhaps electroner)

Hi. I want to have a node script run seperate from an electron instance. Electron uses tons of RAM and I onl'y need electron for my user to configure my program. When its in the background with no UI its just wasting 50+mb of ram.

 

Any Ideas? Can I quit the electro UI process and start it later?

Computers r fun

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×