listen-port

1.0.1 • Public • Published

listen-port

Retrieve the port(s) that a process is listening on. Executes lsof behind the scenes.

usage

import port from 'listen-port'
 
port(`tor`)
  .then(ports => console.log(`tor is listening on ${ports}`))
  .catch(console.error)

api

port(query)

Returns a single value as a Number or an Array of multiple values.

query

A String containing a COMMAND or a PID as a Number.

/listen-port/

    Package Sidebar

    Install

    npm i listen-port

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • rogerbf