Does Go have a widely used framework, or it's used without anything?

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Echo

    High performance, minimalist Go web framework

    There is Echo but if that's "widely used" is debatable I guess

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • mux

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

    Gorilla (17.4k stars, 1.6k forks): https://github.com/gorilla/mux

  • Buffalo

    Discontinued Rapid Web Development w/ Go

    There are larger frameworks in Go similar to Laravel. One I had a play with is called buffalo: https://gobuffalo.io/

  • Goyave

    🍐 The enterprise REST API framework

    Goyave is not widespread but it's inspired by Laravel on some aspects. Try it out!

  • ent

    An entity framework for Go

    I can recommend https://entgo.io/ , ORM with graph semantics + GraphQL/REST/GRPC API generator

  • httprouter

    A high performance HTTP request router that scales well

    I'll check (and I extensively use) httprouter along the stdlib.

  • Fiber

    ⚡️ Express inspired web framework written in Go

    I recommend Fiber. Very flexible router. https://github.com/gofiber/fiber

  • SaaSHub

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

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

  • beego

    beego is an open-source, high-performance web framework for the Go programming language.

  • Iris

    The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket:

  • go-zero

    A cloud-native Go microservices framework with cli tool for productivity.

  • Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

    Laravel (71.1k stars, 23k forks): https://github.com/laravel/laravel

  • Django

    The Web framework for perfectionists with deadlines.

  • Ruby on Rails

    Ruby on Rails

  • go-formatter

    A curated list of awesome Go frameworks, libraries and software

  • go-micro

    simple go based microservice template (by willie68)

    https://github.com/willie68/go-micro (Just as a starting point...)

  • golang-standards/project-layout

    Standard Go Project Layout

  • confetti

    Confetti is a web application framework with an expressive, elegant syntax. This repository contains configuration files and is intended as a template for your codebase. Download these configuration files and include them in your git repository.

    There is this one: https://github.com/confetti-framework/confetti

  • 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

  • From Homemade HTTP Router to New ServeMux

    4 projects | dev.to | 26 Apr 2024
  • The Gorilla web toolkit project is being revived, all repos are out of archive mode.

    5 projects | /r/golang | 12 Jul 2023
  • Goravel, Web framework inspired from Laravel in Golang

    5 projects | news.ycombinator.com | 5 Jul 2023
  • Which is the best framework to create web apps with go?

    6 projects | /r/golang | 29 Jun 2023
  • Could I get a code review?

    11 projects | /r/golang | 1 Jun 2023

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