Source: /cirosantilli/_file/nodejs/read_child_process_lines.js

= nodejs/read_child_process_lines.js
{file}

This example reads lines from a child process one by one, as soon as lines become fully available. Related:
* https://stackoverflow.com/questions/9781214/parse-output-of-spawned-node-js-child-process-line-by-line canon
  * https://stackoverflow.com/questions/14332721/node-js-spawn-child-process-and-get-terminal-output-live/77423073\#77423073 answered big superset
  * https://stackoverflow.com/questions/12955154/nodejs-read-and-parse-each-line-of-stdout duplicate