-
But, if you care about speed take a look at httprouter. That's the one we're using in our company. It's fast but the biggest downsides for me are:
-
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.
-
waggy
The dead simple, easy-to-use library for writing HTTP handlers and routers in Go that can be used in standard HTTP server environments or in WAGI (Web Assembly Gateway Interface) environments
Chi for work, my own router for personal projects
-
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.
-
restruct
RESTruct is a rest router written in Go to automatically create routes based on your structs. (by altlimit)
For me it's mux and my personal router restruct but since mux is not maintained anymore, maybe chi will be my goto for new projects that needs more stability in the api. Since restruct is a router based on structs, which I use for fast prototyping.
-
I don't use chi anymore ever since this happened.
-
I use oapi-codegen with Echo
-
echo! It's really easy it to use for simple routes but you can as well define routing groups as I did here.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives