wait-till-port-open
v1.0.0
Published
A promise that waits till a port is open
Downloads
9
Readme
wait-till-port-open
Promise that waits till port is open
BTW, I'm way too opinionated in that I use bluebird.
Usage
var waitTillPortOpen = require('wait-till-port-open')
waitTillPortOpen(12345).then(() => {
// I can start hitting port 12345
})