{"library":"create-server","type":"library","category":null,"description":"The `create-server` package provides a unified API for establishing HTTP, HTTPS, and SPDY servers in Node.js, aiming to simplify common server setup patterns. It handles the boilerplate for configuring server instances, including providing a callback-based interface for various server events (close, request, upgrade, listening, error, etc.). The library, last updated in April 2019 at version 1.0.2, notably features built-in 'sane defaults' for security against older threats like POODLE and Heartbleed, and allows custom overrides for ciphers and protocols. However, its primary differentiator, SPDY support, is now largely obsolete in favor of HTTP/2 and HTTP/3. Given its age, the package is likely to lack support for modern JavaScript features like native ESM and may contain security defaults that are no longer considered best practice against contemporary threats.","language":"javascript","status":"abandoned","version":"1.0.2","tags":["javascript","create","server","servers","http","https","spdy","create-server","create-servers"],"last_verified":"Wed May 27","install":[{"cmd":"npm install create-server","imports":["const create = require('create-server');","const create = require('create-server');\n// Then use `create` function"]},{"cmd":"yarn add create-server","imports":[]},{"cmd":"pnpm add create-server","imports":[]}],"homepage":null,"github":"https://github.com/primus/create-server","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/create-server","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/create-server/compatibility"}}