Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 249 Bytes

readme.md

File metadata and controls

11 lines (9 loc) · 249 Bytes

freeport Build Status

Find a free port.

freeport(function(err, port) {
  if (err) throw err
  console.log(port)
})