What library or framework is used to write microservices for production ?

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

    High performance, minimalist Go web framework

  • In terms of a web framework, I really enjoy https://github.com/labstack/echo, which I continue to use in production services. It has performed excellently and my organization has been able to refactor our server code many times with ease.

  • adaptor

    Discontinued 🧬 Adaptor middleware to convert net/http handlers from/to Fiber request handlers

  • https://github.com/gofiber/adaptor does provide you a way to interact with net/http handlers. I'm using this GQLGen based project with good success.

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

    The little ASGI framework that shines. 🌟

  • I know this is Golang subreddit and I'm a huge Golang fan, but as someone that tries to be versed in all things technology have you looked at other Python based frameworks like https://fastapi.tiangolo.com/ or https://www.starlette.io/ before? These seem much more complete solutions than just Flask alone.

  • go-micro

    A Go microservices framework

  • dapr

    Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.

  • In my next project i’ll try https://dapr.io/ seems solid.

  • go-formatter

    A curated list of awesome Go frameworks, libraries and software

  • https://github.com/avelino/awesome-go/#distributed-systems

  • groudon

    An http router for Go backends that respond with json data

  • I wrote groudon, and I think that it's pretty nifty

  • 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

  • What is the best microservices framework in Go?

    5 projects | /r/golang | 23 Sep 2022
  • A Command-line tool to statistics the GitHub repositories

    5 projects | dev.to | 25 May 2022
  • Which microservice framework should I choose?

    9 projects | /r/golang | 15 Apr 2022
  • Do you guys use frameworks with Go for backend development?

    7 projects | /r/golang | 8 Oct 2021
  • Why is gin so popular?

    6 projects | /r/golang | 18 Apr 2023