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)
})

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i findport

      Weekly Downloads

      1

      Version

      1.0.0

      License

      MIT

      Last publish

      Collaborators

      • serapath