Why is gin so popular?

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

Our great sponsors
  • Mergify - Updating dependencies is time-consuming.
  • SonarLint - Clean code begins in your IDE with SonarLint
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • urlredir

    Educational URL redirector service in Go

    I've used frameworks before (revel, beego) but lately just chi, stdlib and some tricks. https://github.com/ptman/urlredir has some of these tricks, but is a bit dated

  • goa

    Design-based APIs and microservices in Go

  • Mergify

    Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.

  • echo-swagger

    echo middleware to automatically generate RESTful API documentation with Swagger 2.0.

    i've used https://github.com/swaggo/echo-swagger

  • oapi-codegen

    Generate Go client and server boilerplate from OpenAPI 3 specifications

  • chi

    lightweight, idiomatic and composable router for building Go HTTP services

    Chi has a bunch of pre-rolled middleware functions too: https://github.com/go-chi/chi/tree/master/middleware

  • hertz

    Go HTTP framework with high-performance and strong-extensibility for building micro-services.

    What about hertz ? It's seems solid.

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