gport
v1.1.1
Published
Gets the next available port on your localhost starting from the given port number.
Maintainers
Readme
gport 
Gets the next available port on your localhost starting from the given port number.
const getPort = require('gport')
const http = require('http')
getPort(check)
function check(port) {
console.log(port) // some available port
}Installation
npm install gportAPI
generated with docme
License
MIT
