1.1.1 • Published 7 years ago

gport v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

gport build status

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 gport

API

generated with docme

License

MIT

1.1.1

7 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago