using node.js possible write process has been detached?
i have node app runs process via child_process
, detaches. later on if wanted send command process how achieved child_process
or other package? information great thanks.
via child_process
api not possible.
if willing use ipc and/or unix domain sockets, consider post: sending commands process in background.
Comments
Post a Comment