Is there some way to check if an arbitrary PID is running or alive on the system, using Node.js? Assume that the Node.js script has the appropriate permissions to read
I'm not an expert here, but could you not spawn a child process to check the status with a command line tool?