mux
DISCONTINUED
Gin
Our great sponsors
mux | Gin | |
---|---|---|
78 | 129 | |
17,948 | 67,407 | |
- | 2.1% | |
2.6 | 9.4 | |
4 months ago | 8 days ago | |
Go | Go | |
BSD 3-clause "New" or "Revised" License | MIT License |
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.
mux
-
mux VS Don - a user suggested alternative
2 projects | 15 Mar 2023
-
Using Redis Caching and the Redis CLI to Improve API Performance
We will be using Gorilla Mux to create the APIs locally. Gorilla Mux implements a request router and dispatcher to match the incoming requests.
-
gorilla fork
https://github.com/gorilla/mux/issues/659 Don't get me wrong, I appreciate the good intentions but why didn't you become a maintainer of the original project?
-
Implemented a bench marker to compare Go's HTTP Router
gorilla/mux
-
State of Rust for web backends
popular libraries looking for new maintainers and getting eventually archived ( https://github.com/gorilla/mux )
-
Gorilla Web Toolkit is now in archive only mode
From the devs:
Initially found out about this via this issue thread here where they were looking for new maintainers.
-
Does Go have an equivalent to Python's Flask and Django?
The maintainer of Gorilla is in the process of dropping the project (he just doesn’t have enough time for it anymore) and is looking for new maintainers. A number of volunteers have replied to the issue but it seems like nobody has been chosen yet even though the call for new maintainers has been up for over a year.
-
Gorilla toolkit maintainers are stepping down and have been looking for new maintainers. The project could otherwise be archived.
According to maintainer requirements provided here, it's pretty obvious that it's quite hard to find new maintainers.
Gin
-
6 ways to boost the performance of your Go applications
Correct example is here. But instead I suggest you just use unsafe.String and unsafe.Slice since runtime headers are deprecated anyway. You can find example here.
unsafe.Slice and unsafe.String came with Go 1.20 as I remember I will add that part, what do you think about Gin 1.19 bytesconv implementation? Is there a similar issue maybe?
-
Looking to build a small team for a start-up idea
The back-end is going to be written in Golang, using a [Gin](https://github.com/gin-gonic/gin), [Gorm](https://gorm.io/), and a [Postgres](https://www.postgresql.org/) DB, so bonus points if you are familiar with Go!
-
What mux/router to use now a days?
I found this article about someone who evaluated Gorilla Mux replacements and chose Chi, which may be helpful. FWIW I did some of my own investigation and I'm leaning towards Gin, since it's more performant which is a factor for my current usecase.
-
Is there an alternative to gorilla websocket?
Specifically for nhooyr/websocket, I can see that one of the issues raised in the PRs is meant to address CVE-2020-28483 that affects github.com/gin-gonic/gin . If I run govulncheck on nhooyr/websocket, it does not list it as been vulnerable to that particular issue. And yes that particular CVE exists in its database; https://pkg.go.dev/vuln/GO-2021-0052
-
Building a realtime performance monitoring system with Kafka and Go
Our main function in this service is very simple. There is a single POST endpoint to receive stats. I'm using Gin framework for routing here.
-
10 Most Popular Frameworks For Building RESTful APIs
To learn more about Gin framework, you can check out the docs here
- How to develop a Web app in go
- PIANO: A Simple and Lightweight HTTP Framework Implemented in Go
-
I didn't find any good Pokémon type calculator web-app to avoid being harassed with type-related questions
Disclaimer: I'm not a frontend dev, I'm not a mobile app coder and I didn't really want to do anything. But I happen to code fairly often in Go, and so I figured the type table was really just a big map of values (either 0, 0.5, 1 or 2) tying one type to all other types... Could I maybe get away with a backend app that would handle it? Surely not... But I had recently noticed the Gin HTTP framework and it seemed fairly easy to use.
What are some alternatives?
Fiber - ⚡️ Express inspired web framework written in Go
Echo - High performance, minimalist Go web framework
chi - lightweight, idiomatic and composable router for building Go HTTP services
Beego - beego is an open-source, high-performance web framework for the Go programming language.
Iris - The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :leaves: :rocket: | 谢谢 | #Go
go-kit - A standard library for microservices.
Revel - A high productivity, full-stack web framework for the Go language.
fasthttp - Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
fasthttprouter - A high performance fasthttp request router that scales well