Ross ROSS = Recommend OSS · open-source software intelligence for agents

urfave/negroni

Idiomatic HTTP Middleware for Golang observed · 2026-08-28

github.com/urfave/negroni · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

65/100

  • Activity 94
  • Release rhythm 8
  • 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: n/a
  • age_days: 4490
  • days_rel: n/a
  • days_push: 39
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

7527 stars · 574 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Negroni is a tiny, idiomatic HTTP middleware library for Go that works directly with net/http handlers. It is not a framework; it lets you compose middleware chains while bringing your own router.

Use cases

  • add middleware to a go net/http server
  • compose logging and recovery middleware in go
  • chain http handlers in golang
  • use a custom router with middleware in go
  • lightweight alternative to full go web frameworks

When to choose

  • you want minimal, non-intrusive middleware for net/http
  • you prefer bringing your own router (BYOR)
  • you find full frameworks like Martini too magical

When to avoid

  • you need a full web framework with routing and templating built in
  • you want a batteries-included middleware ecosystem
  • starting a new project where stdlib net/http middleware chains may suffice

Facets

library · maturity maintenance

middleware http-server web-framework web-development backend apis go windows cross-platform net-http http-middleware golang-library byor linux macos

1 source

Member repositories

RepositoryRoleHealth v2
urfave/negronimain65

For agents

markdown · JSON · MCP: product_card(name="urfave/negroni")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem