Fiber
⚡️ Express inspired web framework written in Go 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
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
- readme: https://github.com/gofiber/fiber · fetched 2026-08-28 · 329b39bb2baa
- homepage: https://gofiber.io · fetched 2026-08-29 · 3b46ef6174fc
- site_page: https://docs.gofiber.io/ · fetched 2026-08-29 · ae8d853c4ed0
- site_page: https://docs.gofiber.io/extra/faq · fetched 2026-08-29 · db10b242023d
- site_page: https://docs.gofiber.io/contrib · fetched 2026-08-29 · 360779ebad9e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gofiber/fiber | main | 94 |
| gofiber/recipes | examples | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem