Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
-
-
securecookie
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.
Nice, I always liked using https://github.com/gorilla/securecookie and hope it continues to be supported.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
On a side note, if the Go team implement the proposal from https://github.com/golang/go/discussions/60227 in the standard library, I believe a lot of microframeworks/routers will become obsolete.
-
optic
A simplified, generic, entity based web library for golang that's drop in compatible with net/http (by nanvenomous)
Doesn't hurt to be more frugal & heavily scope the code we write. I wrote optic to solve one problem for a net/http service. Would love feedback in the context of this disucssion.
-
In fact, it has zero dependencies outside of std lib in it's core: https://github.com/go-chi/chi/blob/master/go.mod
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Related posts
-
chi VS Don - a user suggested alternative
2 projects | 15 Mar 2023
- Implemented a bench marker to compare Go's HTTP Router
- What is the best BE framework that best suites my needs?
- Gin vs Echo framework
- I want to develop web app using GOLANG especially because its fast/easy and compiles to native code . but what framework to select ?