node-spawn-server
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Spawn Server

Spawns a server using node child process spawn.

Usage

var spawnServer = require('node-spawn-server');
 
var server = spawnServer('node src/app.js', options);

Options

spawnServer supports the following options:

env: variables to add to the process's environment

verbose: true/false, if you want print outs of the process's standard stream info

/node-spawn-server/

    Package Sidebar

    Install

    npm i node-spawn-server

    Weekly Downloads

    484

    Version

    1.0.2

    License

    none

    Unpacked Size

    4.07 kB

    Total Files

    5

    Last publish

    Collaborators

    • eva-imply-io
    • evaimply