Skip to content

Retrieve active connections given a remote port

Notifications You must be signed in to change notification settings

vutran/port-find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

port-find

Retrieve active connections given a remote port

Install

$ npm i -S port-find

or with Yarn:

$ yarn add port-find

Usage

const portFind = require('port-find');

portFind(3000)
    .then(res => {
        console.log(res);
    })
    .catch(err => {
        console.error(err);
    });

License

MIT © Vu Tran

About

Retrieve active connections given a remote port

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published