aport
v2.0.0
Published
Find freeport with promise
Downloads
55
Readme
aport
Find freeport with promise
Installation
$ npm install aport --save
Usage
'use strict'
const aport = require('aport')
;(async () => {
// Find free port
let port = await aport()
console.log('Free port :', port)
}).catch((err) => console.error(err))
License
This software is released under the MIT License.