findport

1.0.0 • Public • Published

findport

find a free port on local system

usage

npm install findport

var findport = require('findport')
findport(function (err, port) {
  if (err) throw err
  console.log(port)
})

Readme

Keywords

Package Sidebar

Install

npm i findport

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • serapath