Software Alternatives & Reviews

Go Micro VS go-zero

Compare Go Micro VS go-zero and see what are their differences

Go Micro logo Go Micro

A Go microservices development framework. Contribute to micro/go-micro development by creating an account on GitHub.

go-zero logo go-zero

go-zero is a web and rpc framework written in Go.
  • Go Micro Landing page
    Landing page //
    2023-08-27
  • go-zero Landing page
    Landing page //
    2023-09-01

Category Popularity

0-100% (relative to Go Micro and go-zero)
Web Frameworks
55 55%
45% 45
Developer Tools
45 45%
55% 55
Open Source
0 0%
100% 100
PHP MVC Framework
100 100%
0% 0

User comments

Share your experience with using Go Micro and go-zero. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, go-zero should be more popular than Go Micro. It has been mentiond 12 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Go Micro mentions (6)

  • How to start a Go project in 2023
    Go-micro is a well known one (though I've never used it): https://github.com/go-micro/go-micro. - Source: Hacker News / 12 months ago
  • Go Micro: a standard library for distributed systems development
    @dang could you replace the link with https://github.com/go-micro/go-micro ? - Source: Hacker News / over 1 year ago
  • Go Micro: a standard library for distributed systems development
    This is my library, unfortunately the website is filled with horrible popup ads. See https://github.com/go-micro/go-micro instead. - Source: Hacker News / over 1 year ago
  • Real World Micro Services
    I spent quite a few years working on a standalone framework called Go Micro which has now been donated to a community - https://github.com/go-micro/go-micro. Ultimately it never really achieved the potential I standardisation I was hoping for e.g something like gRPC. Micro is more of an all encompassing platform that addresses not just writing code but running, consuming it, securing it. I've been using it in... - Source: Hacker News / over 1 year ago
  • Connect: A Better gRPC
    Good luck Buf! I spent many years building an RPC framework around gRPC called Go Micro (https://github.com/asim/go-micro). I think one of the biggest issues was just resources to see it through but also my own desire to move beyond it towards a platform and services. I hope you're able to bring some sense to the gRPC world. It's mostly a networking library. The ecosystem around it is too low level. If anything... - Source: Hacker News / almost 2 years ago
View more

go-zero mentions (12)

  • Best Web Sever Framework?
    Maybe you can try https://github.com/zeromicro/go-zero, a different way to write your web applications. It generates the skeleton of your web apps. Source: about 1 year ago
  • What is the best microservices framework in Go?
    Easy to use with start with https://github.com/zeromicro/go-zero, cannot say about long term. Source: over 1 year ago
  • Show HN: Go-zero (a cloud-native microservice framework) is now two years old
    Today in two years ago, I submit my first commit of go-zero code to GitHub, and two years later, go-zero is now 19.7K stars and 2.9K forks. go-zero has been well known for lots of developers, adopted by many companies, and helped many developers to be hired by their favorite companies through learning go-zero source code. Looking forward to the third year, we will continue to bring more convenient and practical... - Source: Hacker News / over 1 year ago
  • How can I convert RESTful requests to gRPC requests in my gateway?
    I'm writing a simple gateway for go-zero, but I don't know what's the best practices on converting RESTful to gRPC requests. Source: almost 2 years ago
  • Understanding and tuning parameters of connection pools
    When I was doing backend development and writing go-zero, I would often need to monitor network connections and analyze the request packets. For example. - Source: dev.to / almost 2 years ago
View more

What are some alternatives?

When comparing Go Micro and go-zero, you can also consider the following products

Gin Gonic - 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. - ...

Adonis JS - AdonisJs is a Node.js web framework with breath of fresh air and drizzle of elegant syntax on top of it

Laravel - A PHP Framework For Web Artisans

Django - The Web framework for perfectionists with deadlines

DSQ - Commandline tool for running SQL queries against JSON, CSV, Excel, Parquet, and more. - GitHub - multiprocessio/dsq: Commandline tool for running SQL queries against JSON, CSV, Excel, Parquet, and ...

ExpressJS - Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple