What's your favourite (go) web framework?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • mux

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

  • Favourite's hard to define, standard library can be a bit bare bones (you need to reinvent the wheel a few times for common tasks) and gorilla/mux can be a bit bloated (it's as close as "batteries included" as you're going to get)

  • chi

    lightweight, idiomatic and composable router for building Go HTTP services

  • For me, the middle ground is best, chi, gin, httprouter are the sweetspot. But that's based on skills, style, and requirements (and experience - I've used all the ones I have mentioned in anger)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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.

  • For me, the middle ground is best, chi, gin, httprouter are the sweetspot. But that's based on skills, style, and requirements (and experience - I've used all the ones I have mentioned in anger)

  • httprouter

    A high performance HTTP request router that scales well

  • For me, the middle ground is best, chi, gin, httprouter are the sweetspot. But that's based on skills, style, and requirements (and experience - I've used all the ones I have mentioned in anger)

  • go-http-routing-benchmark

    Go HTTP request router and web framework benchmark

  • Have you seen this https://github.com/julienschmidt/go-http-routing-benchmark#memory-consumption

  • 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

  • go-mir - a toolkit to develop RESTful API backend service like develop service of gRPC

    10 projects | /r/golang | 31 Mar 2023
  • How to handle Permissions/roles with Golang web?

    8 projects | /r/golang | 22 May 2022
  • Best Go Web Framework?

    10 projects | /r/golang | 13 Apr 2022
  • 4 Things to Consider When Choosing a Go API Framework

    5 projects | dev.to | 16 Nov 2021
  • golang's flask equivalent

    3 projects | /r/golang | 23 Mar 2021