chimurai/http-proxy-middleware
:zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 98
- Release rhythm 91
- 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: 4
- age_days: 4190
- days_rel: 60
- days_push: 14
- n_releases_24m: 14
Adoption not part of the score
11134 stars · 879 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Node.js middleware library for proxying HTTP requests, wrapping the httpxy proxy engine in a simple one-liner API. It integrates with connect-compatible servers such as Express, Next.js, Hono, Fastify, and Polka, with support for WebSockets and path filtering.
Use cases
- proxy /api requests to a backend server during development
- add a reverse proxy to an express app
- avoid CORS issues by proxying frontend API calls
- proxy websocket connections through a node server
- route specific paths to different backend services
- set up a dev server proxy for next.js
When to choose
- you need request proxying inside a connect/express/next.js middleware stack
- you want a simple, well-maintained reverse proxy with path filtering and WebSocket support
- you need to bypass CORS in local development
When to avoid
- you need a full standalone reverse proxy server rather than middleware (use nginx or Caddy)
- your app does not run on a connect-compatible Node.js server
- you need advanced load balancing or TLS termination features
Facets
library · maturity stable
middleware proxy http-server websocket routing web-development backend apis developer-tools cross-platform reverse-proxy express nextjs connect hono fastify cors dev-server nodejs
2 sources
- readme: https://github.com/chimurai/http-proxy-middleware · fetched 2026-08-28 · dfb779c6015c
- registry_npm: https://registry.npmjs.org/http-proxy-middleware · fetched 2026-08-29 · 88e438bdaf6c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| chimurai/http-proxy-middleware | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="chimurai/http-proxy-middleware")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem