# jiangwenyuan/nuster

A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy

Repository: https://github.com/jiangwenyuan/nuster
Canonical: https://ross.abutalabs.com/products/nuster
Language: C
License: NOASSERTION
License Family: other
Topics: cache, caching, http, proxy, high-performance, http2, load-balancer, https, reverse-proxy, http-cache, nuster, nosql, key-value, restful, haproxy
Last push: 2021-12-07T14:46:06+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3227, "days_push": 1730, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1905, forks 156 (observed 2026-08-28T04:05:51.922249+00:00)

## What it is
Nuster is a high-performance HTTP proxy cache server and RESTful NoSQL key-value cache server built on top of HAProxy, written in C. It is 100% HAProxy-compatible and uses HAProxy ACLs to define fine-grained caching policies based on request, response, or server state.

## Use cases
- cache dynamic and static HTTP responses like varnish or nginx fastcgi cache
- speed up my api by caching responses at a reverse proxy
- use a fast key-value cache over HTTP instead of memcached or redis
- load balance backend servers with built-in caching
- purge or invalidate cached HTTP responses via a management API
- store per-user data in a RESTful cache using cookies or headers

## When to choose
- you want HAProxy compatibility plus caching in a single high-performance proxy
- you need fine-grained cache rules based on headers, cookies, URI, or server state
- you want a RESTful HTTP key-value cache usable from any language
- benchmarks matter and you need faster caching than nginx or varnish

## When to avoid
- you need a actively developed project with recent releases and ongoing maintenance
- you need TLS termination features beyond what HAProxy provides
- you prefer a cache with a large ecosystem of plugins and community modules
- you need a managed or cloud-native cache service

## Facets
- artifact type: service
- maturity: maintenance
- function: caching, http-server, proxy, load-testing, middleware
- domain: web-development, backend, databases, performance, networking
- platform: cross-platform, self-hosted
- tags: http-cache, reverse-proxy, nosql-cache, key-value-store, haproxy-based, restful-cache, load-balancer, linux, web-server

## Member repositories
- jiangwenyuan/nuster (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:51.922249+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-30T03:11:43.135279+00:00, confidence not recorded.
  - readme: https://github.com/jiangwenyuan/nuster (fetched 2026-08-28T04:05:51.922249+00:00, sha 6c494d2a4fba)
- Data as of 2026-08-30T08:39:29.467469+00:00.
