{"library":"restify","type":"library","category":null,"description":"Restify is an opinionated Node.js web service framework optimized for building semantically correct RESTful APIs. Unlike more generalized frameworks like Express, Restify focuses purely on API development, offering built-in features for introspection, performance, DTrace support, and robust error handling. It's designed for high-throughput, scalable services and is utilized in large-scale Node.js deployments. The current stable version is 11.2.0, released in August 2023. Major releases, often introducing breaking changes or significant feature updates, occur periodically, with more frequent minor and patch updates addressing bugs and adding smaller features.","language":"javascript","status":"active","version":"11.1.0","tags":["javascript","REST","framework","express","DTrace"],"install":[{"cmd":"npm install restify","imports":["import * as restify from 'restify';\nconst server = restify.createServer({ name: 'MyApi' });","import * as restify from 'restify';\nserver.use(restify.plugins.bodyParser());","import { Request, Response, Next } from 'restify';","const restify = require('restify');\nconst server = restify.createServer();"]},{"cmd":"yarn add restify","imports":[]},{"cmd":"pnpm add restify","imports":[]}],"homepage":"http://restify.com","github":"https://github.com/restify/node-restify","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/restify","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/restify/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}