port-ready
v0.1.0
Published
Promise to wait until a port is ready to accept connection.
Readme
port-ready
Promise to wait until a port is ready to accept connection.
Installation
npm install port-ready --saveUsage
const portReady = require('port-ready')
portReady({ port: 8000 }).then(port => {
console.log(port)
})