Node.js Is it possible to write to a child process that has been detached -


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