start node app from python script

Viewed 19332

Is it possible to start a node.js app from within a python script on a raspberry pi?

On the command line I run sudo node myscript.js

could I use a library like os?

2 Answers
Related