stoppable

v1.0.0
This module implements Node's `server.close()` in the way you probably [expected it to work by default](https://github.com/nodejs/node/issues/2642): It stops accepting new connections and closes existing, idle connections (including keep-alives) without k

lint

standard --fix 'lib/**/*.js'

secure

nsp check

spec

nyc --check-coverage mocha --bail test/*.test.js

test

yarn lint && yarn secure && yarn spec

coverage

nyc --reporter html mocha --bail test/*.test.js && open coverage/index.html

docs

documentation build -f html -g -o docs

Metadata

  • MIT
  • 7.6.x
  • Unknown
  • released 5/19/2017

Downloads

Maintainers