port-in-service
Use this Node.js module for checking if a port is in service. A true return value means that the port is in service i.e. service connections. True means otherwise.
var portInService = ;var port = 3000; ;
Use this Node.js module for checking if a port is in service. A true return value means that the port is in service i.e. service connections. True means otherwise.
var portInService = ;var port = 3000; ;
npm i port-in-service
1
0.0.1
MIT