# Fiber

⚡️ Express inspired web framework written in Go

Repository: https://github.com/gofiber/fiber
Canonical: https://ross.abutalabs.com/products/fiber
Homepage: https://gofiber.io
Language: Go
License: MIT
License Family: permissive
Topics: go, golang, fiber, web, fast, flexible, friendly, rest-api, performance, nodejs, express, framework, expressjs, hacktoberfest, hacktoberfest2020
Last push: 2026-08-26T01:19:56+00:00
Link (homepage): https://gofiber.io
Link (site_page): https://docs.gofiber.io/
Link (site_page): https://docs.gofiber.io/extra/faq
Link (site_page): https://docs.gofiber.io/contrib

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

## Adoption (not part of the score)
Stars 40091, forks 2028 (observed 2026-08-28T04:12:08.120633+00:00)

## What it is
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
- artifact type: framework
- maturity: stable
- function: web-framework, http-server, routing, middleware, templating, rate-limiting, websocket
- domain: web-development, backend, apis, developer-tools
- platform: go, cross-platform
- tags: express-inspired, fasthttp, rest-api, zero-allocation, high-performance, golang, web-server

## Member repositories
- gofiber/fiber (main) score 94
- gofiber/recipes (examples) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:08.120633+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-29T16:24:05.242995+00:00, confidence not recorded.
  - readme: https://github.com/gofiber/fiber (fetched 2026-08-28T04:12:08.120633+00:00, sha 329b39bb2baa)
  - homepage: https://gofiber.io (fetched 2026-08-29T07:46:36.542114+00:00, sha 3b46ef6174fc)
  - site_page: https://docs.gofiber.io/ (fetched 2026-08-29T07:46:36.544972+00:00, sha ae8d853c4ed0)
  - site_page: https://docs.gofiber.io/extra/faq (fetched 2026-08-29T07:46:36.547037+00:00, sha db10b242023d)
  - site_page: https://docs.gofiber.io/contrib (fetched 2026-08-29T07:46:36.548973+00:00, sha 360779ebad9e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
