Open deathcap opened 8 years ago
Extend the child_process API https://github.com/deathcap/nodeachrome/issues/14 to connect the standard I/O streams:
https://nodejs.org/api/child_process.html#child_process_child_stderr https://nodejs.org/api/child_process.html#child_process_child_stdin https://nodejs.org/api/child_process.html#child_process_child_stdio https://nodejs.org/api/child_process.html#child_process_child_stdout
Stdout stream redirection to ./host/cli.js is now in https://github.com/deathcap/nodeachrome/pull/30, should be able to build on it for inter-process stream redirection
Extend the child_process API https://github.com/deathcap/nodeachrome/issues/14 to connect the standard I/O streams:
https://nodejs.org/api/child_process.html#child_process_child_stderr https://nodejs.org/api/child_process.html#child_process_child_stdin https://nodejs.org/api/child_process.html#child_process_child_stdio https://nodejs.org/api/child_process.html#child_process_child_stdout