tequilarapido/node-bridge

1.0.0 2018-07-24 07:59 UTC

README

 $output = (new PipeNodeRunner)
            ->setNodeExecutable('/path/to/node/executable')
            ->setPipe("something to pipe to the script")
            ->setScript("realpath/to/the/node/script")
            ->run();