What framework do you use at work for web dev?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • I use gin at work: https://github.com/gin-gonic/gin It's a tad simpler and more "batteries included" than the stdlib

  • muxter

  • I use echo at work but I find it difers way too much from the standard library. Hence I tend to use httprouter on my own time, but I don't always love how it routes things, so I wrote my own router: muxter

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

    A high performance HTTP request router that scales well

  • At work for a real-time bidding system in programmatic advertising we use https://github.com/julienschmidt/httprouter

  • rootdown

    The internet demanded another Go router

  • https://github.com/carlmjohnson/rootdown Which is to say, nothing. I just write my own wrappers around the standard library.

  • chi

    lightweight, idiomatic and composable router for building Go HTTP services

  • This.

  • Goyave

    🍐 Elegant Golang REST API Framework (v5 release candidate available)

  • I'm using Goyave for the backend and Vue 3 + tailwind for the front-end.

  • Fiber

    ⚡️ Express inspired web framework written in Go

  • I use fiber which is an Express.js like framework for Go

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