graceful-cluster
Version:
Gracefully restart node.js http cluster with zero downtime. Shutdown server without active inbound connections reset.
20 lines (19 loc) • 449 B
JSON
{
"name": "graceful-cluster",
"version": "0.0.5",
"description": "Gracefully restart node.js http cluster with zero downtime. Shutdown server without active inbound connections reset.",
"main": "index.js",
"repository" : {
"type": "git",
"url": "https://github.com/itteco/graceful-cluster.git"
},
"keywords": [
"http",
"server",
"cluster",
"restart",
"shutdown",
"gracefully"
],
"license": "MIT"
}