Fiber
⚡️ Express inspired web framework written in Go (by gofiber)
Gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. (by gin-gonic)
Fiber | Gin | |
---|---|---|
106 | 157 | |
33,409 | 78,239 | |
1.7% | 0.7% | |
9.3 | 8.5 | |
4 days ago | 15 days ago | |
Go | Go | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Fiber
Posts with mentions or reviews of Fiber.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-25.
-
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.
-
go for web backend
Since you're from Nodejs just like me, I use fiber https://gofiber.io/ it's easier to understand from a Nodejs background (express, etc) and there's nothing wrong using it if you know it, your casual application wont need all the performance in the world Go provides
-
Which is the best framework to create web apps with go?
I think u should try Fiber it's the fastest according to the benchmarks and imo it's the best I love it!!!
-
Boneless: a CLI to create your apps with Go
Boneless is a powerful tool that offers a wide range of features to facilitate application development. In this blog post, we will explore some essential tools that can be used in conjunction with Boneless: Service Weaver, Go Migrate, SQLC, and Fiber. Let's discover how these tools can boost productivity and efficiency in application development.
-
Integrating OpenAI's GPT-3 into a Next.js and Go Fiber App
Fiber
-
Best and fastest way to learn Golang for web dev?
Fibber is web framework written in Go. It is very easy to learn. https://gofiber.io
-
Hermes. Extremely fast full-text-searches (10-300µs) and cache.
don’t have an API at all - it’s a security vulnerability and unless you already know how to secure an API suite it’s very likely to increase risk for a dependent project. if you’re set on an API, use a well known routing package (e.g I love gofiber), and add an optional .withMiddleware() to your start func to allow clients to extend and secure the API themselves
Gin
Posts with mentions or reviews of Gin.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-01.
-
Connect An Application to Neon Example (Go)
Learn how to use Go with Neon by exploring a demo Go API built with Gin plus PQ driver and how the API is used to create and manage E-bikes.
-
Authentication with Golang and AWS Cognito
To create the endpoints we are going to use gin.
-
Gin and router example
You can directly refer to Gin on GitHub with the following link:here
-
Scaling Backend to 1M requests with just 2GB ram ⚡️
Written in GIN framework and uses GORM as ORM.
-
Even more Opentelemetry!
Let me be blunt: I dislike (hate?) Go for its error handling approach. However, with close to zero knowledge of the language, I was able to build a basic HTTP API that reads from the database in a couple of hours. I chose Gin Gonic for the web library and Gorm for the ORM. OpenTelemetry provides an integration with a couple of libraries, including Gin and Gorm. On the Dockerfile side, it's also pretty straightforward. I skipped optimizing the mount cache and the final base image, though I might return to it later.
-
How to Build and Document a Go REST API with Gin and Go-Swagger
Now let’s define the functions that will be called whenever a request hits our API. All the functions will be referencing the context provided by the Gin web framework. Paste the following code below the sample slice we just added to api.go:
-
Password-less Login in Go from Scratch
We will be using Gorilla Mux. As per their last update, they have a new group of maintainers, and their repos have shown activity to confirm that. The tutorial can be easily replicated in any other framework or library as well. So, while we will be using Gorilla Mux, you can try to replicate it in Gin or Fiber as well.
- Autenticação com Golang e AWS Cognito
-
Implementing JWT Authentication in a Golang Application
Now, let's dive into the fun part – creating our basic ToDo application using the powerful Gin framework. This section will walk you through the steps, breaking down the code into manageable snippets.
-
Build a Serverless GenAI solution with Lambda, DynamoDB, LangChain and Amazon Bedrock
Thanks to the AWS Lambda Web Adapter, the application built as a (good old) REST/HTTP API using a familiar library (in this case, Gin.
What are some alternatives?
When comparing Fiber and Gin you can also consider the following projects:
Echo - High performance, minimalist Go web framework
mux - A powerful HTTP router and URL matcher for building Go web servers with 🦍
chi - lightweight, idiomatic and composable router for building Go HTTP services
Iris - The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket:
Beego - beego is an open-source, high-performance web framework for the Go programming language.
fasthttp - Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
websocket - A fast, well-tested and widely used WebSocket implementation for Go.
go-kit - A standard library for microservices.