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

Fiber

⚡️ Express inspired web framework written in Go observed · 2026-08-28

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

Health v2 · maintenance only

94/100

  • Activity 99
  • Release rhythm 85
  • 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: 31.5
  • age_days: 2421
  • days_rel: 20
  • days_push: 8
  • n_releases_24m: 15

Full methodology

Adoption not part of the score

40091 stars · 2028 forks observed · 2026-08-28

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

Fiber is an Express-inspired web framework for Go built on top of Fasthttp, focused on zero memory allocation and high performance. It provides Express-style routing, middleware, JSON APIs, static file serving, and a batteries-included ecosystem of middleware, storage drivers, and template engines.

Use cases

  • build a rest api in go
  • create a high-performance http server
  • serve json endpoints with routing and middleware
  • migrate from express to go
  • build a web application with templates and static files
  • add rate limiting and logging middleware to a go server

When to choose

  • you want an Express-like developer experience in Go
  • raw HTTP throughput and low memory allocation matter
  • you need batteries-included middleware, storage, and template support

When to avoid

  • you need net/http ecosystem compatibility, since Fiber is built on Fasthttp
  • you rely on libraries requiring standard http.Handler interfaces
  • you need HTTP/2 or HTTP/3 support out of the box

Facets

framework · maturity stable

web-framework http-server routing middleware templating rate-limiting websocket web-development backend apis developer-tools go cross-platform express-inspired fasthttp rest-api zero-allocation high-performance golang web-server

5 sources

Member repositories

RepositoryRoleHealth v2
gofiber/fibermain94
gofiber/recipesexamples77

For agents

markdown · JSON · MCP: product_card(name="gofiber/fiber")

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