noop-server
Quickly launch a noop server and get the port number.
Useful for testing.
Install
$ npm install --save noop-server
Usage
const noopserver = ; ;
CLI
Install
$ npm install --global noop-server
Launches a noop server on a free port, and prints the port number to the console.
CLI Usage
$ noopserver
noop-server port: 61511
License
MIT © Michael Wuergler