senchalabs/connect
Connect is an extensible HTTP server framework for node using "plugins" known as middleware. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 5943
- days_rel: n/a
- days_push: 705
- n_releases_24m: 0
Adoption not part of the score
9881 stars · 1082 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Connect is an extensible HTTP server framework for Node.js built around a stack of 'plugins' known as middleware. It provides a minimal core for composing request handlers, path-based middleware mounting, and error-handling middleware.
Use cases
- build a minimal node http server with middleware
- compose middleware into a request pipeline
- mount middleware on url paths for basic routing
- add error-handling middleware to a node server
- build a lightweight web server without a full framework
When to choose
- you want a tiny, high-performance middleware layer without the overhead of a full web framework
- you need fine-grained control over your middleware stack in Node.js
- you are building a library or server that should stay dependency-light
When to avoid
- you need batteries-included features like routing, templating, or request parsing out of the box (use Express instead)
- you are building a modern frontend application
- you need async/await-native middleware semantics
Facets
framework · maturity maintenance
web-framework http-server middleware routing error-handling web-development backend apis middleware-stack http-server minimal-framework express-ancestor nodejs javascript
2 sources
- readme: https://github.com/senchalabs/connect · fetched 2026-08-28 · 7a3670d3b9c3
- registry_npm: https://registry.npmjs.org/connect · fetched 2026-08-29 · 8637149ed0ed
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| senchalabs/connect | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="senchalabs/connect")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem