---
name: fiber
summary: "Fiber is a fast, Express-inspired web framework for Go built on top of the high-performance fasthttp engine. It offers a familiar routing API, middleware, and zero memory allocation in the hot path, targeting developers who want rapid web/API development with low overhead."
language: Go
license: MIT
repo: https://github.com/gofiber/fiber
source: https://opensources.dev/resource/fiber
health: 100
---

# fiber

Fiber is a fast, Express-inspired web framework for Go built on top of the high-performance fasthttp engine. It offers a familiar routing API, middleware, and zero memory allocation in the hot path, targeting developers who want rapid web/API development with low overhead.

