How to develop a Web app in go

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

  • gqlgen

    go generate based graphql server library

  • If you want to use GraphQL: https://github.com/99designs/gqlgen

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

    A toolkit with common assertions and mocks that plays nicely with the standard library

  • Indispensable for testing your code: https://github.com/stretchr/testify

  • wasmer-go

    🐹🕸️ WebAssembly runtime for Go

  • wasmer-go

  • godom

    Make DOM manipulation in Go as similar to JavaScript as possible. (via GopherJS or WebAssembly)

  • godom

  • myapp

    🚀 How to build a Dockerized RESTful API application using Go.

  • https://github.com/learning-cloud-native-go/myapp shows How to build a Dockerized RESTful API application using Go. Includes DB migrations and form validation with a CRUD.

  • Buffalo

    Discontinued Rapid Web Development w/ Go

  • https://gobuffalo.io/ - pretty non-idiomatic (to community standards), but pretty stable and useful if you already know Rails or Django.

  • SaaSHub

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

    SaaSHub logo
  • bud

    The Full-Stack Web Framework for Go

  • https://github.com/livebud/bud - similar idea, but uses Svelte (a JS framework) to do the front end stuff. It’s smart enough to render the JS stuff on the server when possible, so you end up with the best of both worlds.

  • shortener

  • I'm writing a series of posts that chronicles me writing a url shortener in go as a web app. You can take a look at the current code here: https://github.com/avalonbits/shortener

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

  • Is there a framework out for go that rivals Laravel as far as out of the box features and tools?

    7 projects | /r/golang | 6 Mar 2023
  • Does Go have an equivalent to Python's Flask and Django?

    13 projects | /r/golang | 8 Dec 2022
  • Ghostly is a simple, lightweight, and fast full-stack framework for Golang

    10 projects | news.ycombinator.com | 11 Nov 2022
  • อย่าเพิ่งใช้ fiber ถ้ายังไม่ได้อ่าน doc

    2 projects | dev.to | 31 Oct 2023
  • go for web backend

    4 projects | /r/golang | 8 Jul 2023