Question
Run process from extension
Hi,
Is this possible to run a JavaScript script (NodeJs) as a background process from a CEP extension?
At the moment, I can run a NodeJs script in the background but only if Node is already installed on the target machine.
I would like to be able to spawn the same Node process used by Adobe instead of using an external Node.
