Skip to content

cherrydaniel/get-free-port

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get-free-port

Get a random free port synchronously using libuv tcp handle bind, without waiting for a server to listen.

example

let port = getFreePort();
console.log(port);
// log: 45073

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors