Tools/gofiber/fiber

Fiber

Express-inspired web framework for Go

40.0k+23/wkgrowthGoMIT Licensetrending

The Lens

By Erik Loyd, SaaS CEO and former COO/CFO of an AWS Premier Partner.

Updated Mar 2026

Fiber is a Go web framework modeled after Express.js, built on fasthttp for high throughput. Routes, middleware, static files, template rendering, all with Express-like syntax but running on Go's fasthttp library instead of Node.js. It's consistently one of the fastest web frameworks in benchmarks.

The pitch is simple: Go's performance with an API that JavaScript developers already understand. If you're moving from Node to Go and don't want to learn a completely new routing paradigm, Fiber's learning curve is almost flat.

MIT. Fully free, no paid tier, no cloud service, no commercial edition.

The catch: Fiber uses fasthttp instead of Go's standard net/http library. That means some Go middleware and libraries that expect net/http won't work without adapters. The Go community has opinions about this; many prefer Chi or Echo because they stick to the standard library. If you care about long-term compatibility with the Go ecosystem, the fasthttp dependency is a real trade-off.

Free vs Self-Hosted vs Paid

fully free

Fully open source under MIT. No paid tier, no hosted service, no commercial anything. It's a Go library: import it and build.

Your only costs are server hosting, which Go makes cheap. A Fiber app on a $5/mo VPS handles thousands of concurrent connections. On Fly.io or Railway, free tiers often cover small Fiber apps.

Free. A Go library with zero commercial overhead.

Self-hosting ops:trivial

Get tools like this every Wednesday

One featured tool, three on the radar. No fluff.

Similar Tools

Score
88/100 · A
Adoption27/30
Maintenance25/25
Community11/20
License15/15
Analysis10/10

A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores

Trust Signals

High adoption: 39,594 starsActive community: 1,969 forksPermissive license (MIT)

About

Stars
40,050
Forks
2,020

Explore Further

More tools in the directory