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

labstack/echo

High performance, minimalist Go web framework observed · 2026-08-28

github.com/labstack/echo · homepage · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

97/100

  • Activity 99
  • Release rhythm 94
  • Longevity 100
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: 8
  • age_days: 4203
  • days_rel: 43
  • days_push: 9
  • n_releases_24m: 22

Full methodology

Adoption not part of the score

32659 stars · 2357 forks observed · 2026-08-28

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

Echo is a high-performance, minimalist web framework for Go built on the standard net/http package, featuring a zero-allocation radix-tree router, 25+ built-in middlewares, and data binding with validation. It supports RESTful API development, automatic TLS via Let's Encrypt, HTTP/2, and template rendering, with the v5 release line actively maintained.

Use cases

  • build rest apis in go
  • serve http endpoints with a fast router
  • add jwt authentication middleware to a go service
  • build microservices in go
  • serve https with automatic letsencrypt certificates
  • bind json and form payloads to structs in go
  • render html templates in a go web app
  • add rate limiting and cors to a go api

When to choose

  • you want a fast, batteries-included Go web framework with minimal boilerplate
  • you need a mature middleware ecosystem (CORS, JWT, rate-limit, gzip, logging) out of the box
  • you want automatic TLS and HTTP/2 without extra configuration
  • you need interoperability with Go's standard net/http handlers and middleware

When to avoid

  • you prefer the Go standard library alone with no framework abstractions
  • you need a full-stack framework with built-in ORM or admin panels
  • your project requires Go older than 1.25 for the v5 line

Facets

framework · maturity stable

web-framework http-server routing middleware websocket templating rate-limiting auth web-development backend apis microservices go windows cross-platform rest-api http2 letsencrypt auto-tls minimalist high-performance router data-binding jwt cors linux macos web-server

3 sources

Member repositories

RepositoryRoleHealth v2
labstack/echomain97

For agents

markdown · JSON · MCP: product_card(name="labstack/echo")

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