0.1.2 • Published 6 years ago

net-server-events-listening v0.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago