tcp-free-port

1.0.0 • Public • Published

tcp-free-port

Get a free tcp port, for node

Install

npm i tcp-free-port

Usage

const freeTcpPort = require('tcp-free-port')
 
freeTcpPort((error, port) => {
  if (error) throw error // or do something else
 
  // use your port!
  const server = net.createServer()
  server.listen(port)
})

Related

License

ISC

Colophon

Made with ❤️ by Sebastiaan Deckers in 🇸🇬 Singapore.

Readme

Keywords

Package Sidebar

Install

npm i tcp-free-port

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • seb