freeport

Find a free port.


License
Apache-2.0
Install
npm install freeport@1.0.5

Documentation

freeport Build Status

Find a free port.

freeport(function(err, port) {
  if (err) throw err
  console.log(port)
})