vulcand/oxy
Go middlewares for HTTP servers & proxies observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 92
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4288
- days_rel: n/a
- days_push: 50
- n_releases_24m: 0
Adoption not part of the score
2105 stars · 333 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Oxy is a Go library of HTTP middleware handlers that extend the standard net/http library with reverse proxying, load balancing, rate limiting, circuit breaking, and request buffering. It powers the Vulcand reverse proxy and is designed for full compatibility with the Go standard library.
Use cases
- build a reverse proxy in go
- add round-robin load balancing to an http server
- rate limit incoming http requests
- add a circuit breaker to backend services
- retry and buffer failed http requests
- limit simultaneous connections per client
When to choose
- you want composable http middlewares compatible with net/http
- you need a lightweight reverse proxy or load balancer engine in Go
- you want hystrix-style circuit breaking or token-bucket rate limiting as plain http.Handler middleware
When to avoid
- you need a full-featured standalone proxy server rather than a library
- you want layer-4 TCP proxying or non-HTTP protocols
- you prefer a framework with built-in middleware rather than assembling handlers yourself
Facets
library · maturity active
middleware http-server rate-limiting routing logging backend web-development apis developer-tools go windows cross-platform reverse-proxy load-balancer circuit-breaker http-handlers net-http-compatible linux macos
1 source
- readme: https://github.com/vulcand/oxy · fetched 2026-08-28 · 51a30ccd0ec6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vulcand/oxy | main | 74 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem