What is the best BE framework that best suites my needs?

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

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

  • I've always been a fan of https://github.com/gorilla/mux , it's as simple as router.Use(mw1, mw2) to stack whatever middleware funcs up in sequence.

  • go-formatter

    A curated list of awesome Go frameworks, libraries and software

  • Pick your poison: https://awesome-go.com/

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

    The internet demanded another Go router

  • https://github.com/carlmjohnson/rootdown has middleware handlers, so you’re basically set right there.

  • chi

    lightweight, idiomatic and composable router for building Go HTTP services

  • Where I work we use chi and we are quite happy with it.

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