Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →
Fiber Alternatives
Similar projects and alternatives to Fiber
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
-
Gin
Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
-
-
validator
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
-
-
-
fasthttp
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Fiber discussion
Fiber reviews and mentions
- Hash tables in Go and advantage of self-hosted compilers
The was probably done by fiber[1] the code specifically took the param from it in the function passed to the Get(path string, handlers ...Handler) Router function. c is the *fiber.Ctx passed by fiber to the handler. My code took the string from c.Param("name") passed it to url.QueryUnescape then another function which had a mutex around setting the key/value in the map. I got the hint it was slices and something modifying the keys when I found truncated keys in the key list.
My guess is fiber used the same string for the param to avoid allocations.
[1] https://github.com/gofiber/fiber
- How do I setup templating in Golang Project
Here the example when I use xtemplate alongside with go-fiber.
- MERN Stack Alternatives in Golang
Fiber: An Express.js inspired web framework for Golang that is designed to be fast and easy to use.
- What Is the Best Web Framework for Go?
⭐ Fiber on GitHub (35k+ stars)
- Deploying a Go Echo Application with Lambda Web Adapter, SAM, and Lambda Function URLs
While researching, I found samples using Gin in the official AWS Lambda Web Adapter examples and a Zenn article with a Fiber sample. However, I couldn’t find any samples using Echo, so I decided to publish this article.
- Which Go Web Backend Framework Is Right for Your Next Project? A Detailed Analysis of Features and Performance
Fiber
- My first CLI with Go
When creating this template project, I saw that I had to set up the server manually and I used gofiber as it has express-like functionalities, and as a MERN stack developer, I found it very easy to use. Once I thought to make a server-project generator in Express as well, but they already have one, it is called express-generator. Then I thought there might be the same thing for Fiber as well. But when I searched in GitHub with the topic:go-backend-template, I only found pre-made templates that you can clone and use for your projects. That's when I decided to give it a shot.
- Comparing Fiber vs. Gin for Go web development
Go Fiber has a growing developer and user base. With over 31k stars on GitHub, you can tell that it’s constantly updated and maintained by a devoted team of contributors. You can also raise issues, ask questions, and participate freely thanks to the supportive community.
- อย่าเพิ่งใช้ fiber ถ้ายังไม่ได้อ่าน doc
- Ultimate Guide to User Authorization with Identity Platform
To make my life easier, I added Fiber, a popular lightweight framework. Regardless of which package you use, the process and most of the code will remain unchanged.
- A note from our sponsor - Stream getstream.io | 24 Dec 2025
Stats
gofiber/fiber is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Fiber is Go.