weavejester/compojure
A concise routing library for Ring/Clojure observed · 2026-08-28
Health v2 · maintenance only
51/100
- Activity 42
- 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: 6699
- days_rel: n/a
- days_push: 352
- n_releases_24m: 0
Adoption not part of the score
4112 stars · 259 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Compojure is a concise routing library for the Ring web ecosystem in Clojure, letting developers compose web applications from small, independent route handlers. It provides a macro-based DSL for defining HTTP routes with method, path, and handler bindings.
Use cases
- define restful routes in a clojure web app
- route http requests to handler functions with ring
- build a small web api in clojure
- compose web handlers from independent route modules
- handle get and post endpoints with path parameters
- return custom 404 not-found responses
When to choose
- you use Ring and want a lightweight, idiomatic routing DSL
- you prefer composing apps from small independent route handlers
- you want a mature, minimal Clojure routing library
When to avoid
- you need a full web framework with batteries included
- you want bidirectional route generation or data-driven route specs (consider Reitit)
- your project is not on the JVM/Clojure
Facets
library · maturity stable
routing web-framework http-server middleware web-development backend apis jvm jvm-scripting clojure ring http-routing dsl
1 source
- readme: https://github.com/weavejester/compojure · fetched 2026-08-28 · 3183e20f9e4a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| weavejester/compojure | main | 51 |
For agents
markdown · JSON · MCP: product_card(name="weavejester/compojure")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem