0.0.2 • Published 9 years ago

netutil v0.0.2

Weekly downloads
465
License
-
Repository
-
Last release
9 years ago

node.js network utils

provides:

Find the first free port on the server within the given range:

findFreePort(start, end, hostname, callback)

Check whether the given port is open:

isPortOpen(hostname, port, timeout, callback)

Get the hostname of the current server:

getHostName(callback)