Skip to content

nemanjan00/getfreeport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getfreeport

NPM library for getting unused port.

const getfreeport = require("getfreeport");

getfreeport().then(function(port){
	console.log(port);
});

About

Library for getting unused port

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published