restify/node-restify
The future of Node.js REST development observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 99
- Release rhythm 67
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5609
- days_rel: 8
- days_push: 8
- n_releases_24m: 1
Adoption not part of the score
10686 stars · 978 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Restify is a Node.js web service framework optimized for building semantically correct RESTful APIs, using connect-style middleware and Sinatra-style route handlers. It emphasizes introspection, performance, and RFC compliance, and is used in large-scale production Node.js deployments.
Use cases
- build a REST API server in Node.js
- create semantically correct RESTful web services
- serve JSON endpoints with middleware for parsing query and body params
- build production-scale API backends
- define routes with parametric and wildcard path handlers
- build a Node.js API with strict HTTP semantics and proper status codes
When to choose
- you are building a dedicated REST API in Node.js and care about HTTP spec correctness
- you want a lightweight, performance-focused alternative to Express for API-only services
- you need connect-style middleware and plugin-based parsing for a production API
- you want mature, battle-tested tooling used in large Node.js deployments
When to avoid
- you are building a server-rendered website or need templating and SSR
- you want a full-featured modern framework with batteries included (e.g., NestJS, Fastify ecosystem)
- you need GraphQL, WebSockets, or non-REST protocols as the core of your service
- you prefer a framework with a very large current community and plugin ecosystem
Facets
framework · maturity stable
web-framework http-server middleware routing web-development backend apis cross-platform rest-api restful-services connect-style-middleware production-ready nodejs
5 sources
- readme: https://github.com/restify/node-restify · fetched 2026-08-28 · 67e7037c9a72
- homepage: http://restify.com · fetched 2026-08-29 · 3ed005e82faa
- site_page: https://restify.com/docs/home · fetched 2026-08-29 · 820ffb990b03
- site_page: https://restify.com/docs/6to7 · fetched 2026-08-29 · 4b7a5a3dba4a
- site_page: https://restify.com/docs/4to5 · fetched 2026-08-29 · 163a1308054f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| restify/node-restify | main | 88 |
For agents
markdown · JSON · MCP: product_card(name="restify/node-restify")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem