freeport

Find a free port.

Apache-2.0 5 个版本
安装
npm install freeport
yarn add freeport
pnpm add freeport
bun add freeport
README

freeport Build Status

Find a free port.

freeport(function(err, port) {
  if (err) throw err
  console.log(port)
})
版本列表
1.0.5 2015-05-21
1.0.4 2015-01-02
1.0.3 2014-07-14
1.0.2 2013-09-04
1.0.0 2012-02-12