1.0.1 • Published 4 years ago

is-that-http-port-being-used v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

httpused

check if a port is used with nodejs http

httpused = require('is-that-http-port-being-used');

console.log(httpused.portstatus(1000)); // true if used, false if not used
console.log(httpused.portstatusreversed(1000)); // false if not used, true if used
1.0.1

4 years ago

1.0.0

4 years ago