# zenazn/goji

Goji is a minimalistic web framework for Golang that's high in antioxidants.

Repository: https://github.com/zenazn/goji
Canonical: https://ross.abutalabs.com/products/goji
Language: Go
License: MIT
License Family: permissive
Last push: 2020-10-27T15:42:27+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4568, "days_push": 2136, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3644, forks 223 (observed 2026-08-28T04:08:12.892097+00:00)

## What it is
Goji is a minimalistic web framework for Go that values composability and simplicity, in the Sinatra/Flask school of design. It is compatible with net/http, offers URL routing patterns and a reconfigurable middleware stack, and has been superseded by goji.io.

## Use cases
- build a minimal REST API in Go
- route HTTP requests with Sinatra-style URL patterns
- add middleware to a net/http compatible Go web server
- gracefully shut down or zero-downtime reload a Go web service
- serve a small web application without a heavyweight framework

## When to choose
- you want a tiny, composable framework that stays close to net/http
- you prefer Sinatra/Flask-style minimalism over Rails/Django conventions
- you need graceful shutdown and Einhorn/systemd integration

## When to avoid
- starting a new project - the author recommends goji.io instead
- you want batteries-included features like sessions, ORM, or templating
- you need a framework with an actively evolving ecosystem

## Facets
- artifact type: framework
- maturity: maintenance
- function: web-framework, routing, middleware, http-server
- domain: web-development, backend, apis
- platform: go, windows, cross-platform
- tags: minimalist, sinatra-style, net-http-compatible, graceful-shutdown, superseded, linux, macos

## Member repositories
- zenazn/goji (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:12.892097+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-29T18:31:46.081389+00:00, confidence not recorded.
  - readme: https://github.com/zenazn/goji (fetched 2026-08-28T04:08:12.892097+00:00, sha c43855fffd84)
- Data as of 2026-08-30T08:39:29.467469+00:00.
