The Gorilla web toolkit project is being revived, all repos are out of archive mode.

This page summarizes the projects mentioned and recommended in the original post on /r/golang

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. mux

    Discontinued A powerful HTTP router and URL matcher for building Go web servers with 🦍

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. securecookie

    Discontinued 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.

  4. go

    The Go programming language

    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.

  5. 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.

  6. chi

    lightweight, idiomatic and composable router for building Go HTTP services

    In fact, it has zero dependencies outside of std lib in it's core: https://github.com/go-chi/chi/blob/master/go.mod

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Writing an HTTP router for AWS Lambda functions from scratch with Go

    5 projects | dev.to | 20 Oct 2024
  • From Homemade HTTP Router to New ServeMux

    4 projects | dev.to | 26 Apr 2024
  • chi VS Don - a user suggested alternative

    2 projects | 15 Mar 2023
  • Implemented a bench marker to compare Go's HTTP Router

    16 projects | dev.to | 20 Dec 2022
  • What is the best BE framework that best suites my needs?

    4 projects | /r/golang | 3 Jun 2022

Did you know that Go is
the 4th most popular programming language
based on number of references?