portcheck

1.0.0 • Public • Published

linebreak

Node.js Module To Check If A Port Is In Use

Usage

Install into your project or use your package.json:

npm install portcheck

And then:

var portcheck = require('portcheck');

To check if a port is in use:

var PortEightyIsInUse = portcheck.IsInUse(80)

It will return false if not in use, or a text error if it is.

Readme

Keywords

none

Package Sidebar

Install

npm i portcheck

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • shielsasaurus