{"library":"server-with-kill","type":"library","category":null,"description":"This package provides a utility to augment Node.js `http.Server` instances with a `kill` method that forcibly destroys all active connections. This functionality is particularly useful in development environments or during testing where immediate server shutdown is required without waiting for connections to naturally close. The current stable version is 1.0.0, released in October 2019. Given the age of the last release and lack of further updates, it can be considered abandoned. It differentiates itself by offering a simple, direct way to manage server connections beyond the standard `server.close()` which waits for active connections to finish. Its primary use case is to ensure a clean slate for server processes, especially in automated test suites.","language":"javascript","status":"abandoned","version":"1.0.0","tags":["javascript","server","typescript"],"install":[{"cmd":"npm install server-with-kill","imports":["import { transform } from 'server-with-kill';","const { transform } = require('server-with-kill');","import { ServerWithKill } from 'server-with-kill/dist/types/server-with-kill.d.ts'; // For type-only imports, though typically inferred"]},{"cmd":"yarn add server-with-kill","imports":[]},{"cmd":"pnpm add server-with-kill","imports":[]}],"homepage":null,"github":"https://github.com/kenneth-gray/server-with-kill","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/server-with-kill","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/server-with-kill/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}