villadora/express-http-proxy
Proxy middleware for express/connect observed · 2026-08-28
Health v2 · maintenance only
53/100
- Activity 67
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4480
- days_rel: n/a
- days_push: 200
- n_releases_24m: 0
Adoption not part of the score
1252 stars · 231 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Express/Connect middleware that proxies HTTP requests to another host and passes the response back to the original caller. It provides hooks to filter and decorate requests and responses during proxying.
Use cases
- proxy api requests to a backend service from an express app
- forward /api routes to another host
- add headers to proxied requests in express
- hide backend server behind an express gateway
- rewrite request paths when proxying
- filter or modify proxy responses before returning to client
When to choose
- you already use Express or Connect and need request proxying as middleware
- you need fine-grained hooks to decorate or filter proxied requests and responses
- you want a lightweight reverse proxy inside a Node.js app
When to avoid
- you need a full standalone reverse proxy or load balancer (use nginx, HAProxy, or http-proxy)
- your app does not use Express or Connect
- you need advanced proxy features like WebSockets or TLS termination
Facets
library · maturity stable
middleware proxy http-server routing web-development backend apis networking express http-proxy reverse-proxy connect-middleware nodejs
2 sources
- readme: https://github.com/villadora/express-http-proxy · fetched 2026-08-28 · d219a971983f
- registry_npm: https://registry.npmjs.org/express-http-proxy · fetched 2026-08-29 · 0b222474d3f6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| villadora/express-http-proxy | main | 53 |
For agents
markdown · JSON · MCP: product_card(name="villadora/express-http-proxy")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem