Greetings,
I wrote an application in node that uses a web server node set on port 3000 on this web server I created a client-side GUI (fontEnd) that allows you to do some operations such as:
- CLICK A BUTTON 'Start program number 2'
- CLICK A BUTTON 'Stop program number 2'
- Change program...
Hi,
I need to run node script from Plesk with command to redirect all output to a file Ex;
'node myscript.js > ,/myLogFile.txt'
How can i do this ?
From SSH can i run a script as Plesk ?