tequilarapido/node-bridge

Installs: 79

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 7

pkg:composer/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();