net-server-events-listening

0.1.2 • Public • Published

net-server-events-listening

NPM version Build Status Coverage Status NSP Status

a net.Server event handler for the listening event

table of contents

notes

  • expects this to be bound to the server instance
  • expects server.address() to be a callable function

installation

npm install net-server-events-listening

api

/**
 * @returns {undefined}
 */
function listeningEvent()

usage

basic

var listening = require( 'net-server-event-listening' )
var server = https.createServer( ssloptions, app )

server.on( 'listening', listening )

license

MIT License

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i net-server-events-listening

    Weekly Downloads

    2

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    31.2 kB

    Total Files

    15

    Last publish

    Collaborators

    • dentous