Skip to content

nodejs module: checks the status of a TCP port

License

Notifications You must be signed in to change notification settings

aadityabhatia/tcp-port-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP Port Status

Checks the status of a TCP port

Installation

npm install tcp-port-status

Usage

const portStatus = require("tcp-port-status");
portStatus('1.1.1.1', 80)
	.then(status => { console.log(status); })
	.catch(error => { console.error(error); });

About

nodejs module: checks the status of a TCP port

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published