stoppable@1.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
MIT
2017-05-19
安装 (1.0.0)
npm install stoppable@1.0.0
yarn add stoppable@1.0.0
pnpm add stoppable@1.0.0
bun add stoppable@1.0.0
dependencies (1)
| 包名 | 版本要求 |
|---|---|
| awaiting | ^2.2.0 |
devDependencies (7)
| 包名 | 版本要求 |
|---|---|
| chai | ^3.5.0 |
| documentation | ^4.0.0-rc.1 |
| mocha | ^3.4.1 |
| nsp | ^2.6.2 |
| nyc | ^10.3.2 |
| requisition | ^1.7.0 |
| standard | ^8.6.0 |