# Express.js

Fast, unopinionated, minimalist web framework for node.

Repository: https://github.com/expressjs/express
Canonical: https://ross.abutalabs.com/products/expressjs
Homepage: https://expressjs.com
Language: JavaScript
License: MIT
License Family: permissive
Topics: javascript, nodejs, express, server
Last push: 2026-08-22T21:00:02+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 83, longevity 100
- inputs: {"age_days": 6277, "days_push": 11, "days_rel": 114, "gap_med": 1, "n_releases_24m": 12}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 69395, forks 24838 (observed 2026-08-28T04:12:20.922564+00:00)

## What it is
Express is a fast, unopinionated, minimalist web framework for Node.js providing robust routing, HTTP helpers, and middleware support. It is the de facto standard server framework for building web applications and REST APIs in JavaScript.

## Use cases
- build a rest api in nodejs
- create a web server with routing
- serve html pages with template engines
- add middleware to handle requests
- build a backend for a single-page app
- handle http requests and responses in node

## When to choose
- you want a lightweight, minimal node.js server framework
- you need a huge ecosystem of middleware and community support
- you are building REST APIs or traditional server-rendered web apps
- you want a framework with extensive documentation and tutorials

## When to avoid
- you want an opinionated, batteries-included framework with structure enforced
- you need built-in TypeScript-first ergonomics or modern async patterns out of the box
- you are building GraphQL-only services where a dedicated framework fits better

## Facets
- artifact type: framework
- maturity: stable
- function: web-framework, http-server, routing, middleware, templating
- domain: web-development, backend, apis
- platform: cross-platform
- tags: http, rest-api, minimalist, server, javascript, nodejs, web-server

## Member repositories
- expressjs/express (main) score 94
- expressjs/expressjs.com (docs) score 76
- expressjs/generator (plugin) score 64

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:20.922564+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:16:23.317290+00:00, confidence not recorded.
  - readme: https://github.com/expressjs/express (fetched 2026-08-28T04:12:20.922564+00:00, sha d31b95ff4099)
- Data as of 2026-08-30T08:39:29.467469+00:00.
