Best Go Web Framework?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Fiber

    ⚡️ Express inspired web framework written in Go

  • Fiber (https://github.com/gofiber/fiber)

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

  • Gin (https://github.com/gin-gonic/gin)

  • 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
  • chi

    lightweight, idiomatic and composable router for building Go HTTP services

  • Chi (https://github.com/go-chi/chi)

  • mux

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

  • Personnally using https://github.com/gorilla/mux

  • httprouter

    A high performance HTTP request router that scales well

  • The standard library + https://github.com/julienschmidt/httprouter

  • Don

    A highly performant and simple to use API framework.

  • Echo

    High performance, minimalist Go web framework

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • todong

    to-do list backend example

  • I actually have a working code on getting files from fiber here and you can compare it with Gin’s (code also in the same dir)

  • algnhsa

    AWS Lambda Go net/http server adapter

  • I use this library: github.com/akrylysov/algnhsa. There's an official AWS lib that I haven't tried yet as well.

  • lmdrouter

    Go HTTP router library for AWS API Gateway-invoked Lambda Functions

  • Appreciate the info! I ended up with https://github.com/aquasecurity/lmdrouter which seems to do the trick

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