Class:child_process.stdin が書き込み可能なストリームなのはなぜですか? これをどのように理由付ける必要がありますか? https://nodejs.org/api/child_process.html#child_process_child_stdin
バックグラウンド:
ここの初心者。nodeschool stream-adventure の問題「duplex」をやっています。
私は(間違って)インターフェースrequire('duplexer2')([Writable Stream],[Readable Stream])
をrequire('duplexer2')(child.stdout, child.stdin)