No features have been listed yet.
Based on our record, Gin Gonic seems to be a lot more popular than Go Micro. While we know about 89 links to Gin Gonic, we've tracked only 7 mentions of Go Micro. 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.
Two things. I have revived my work on Go Micro (https://github.com/micro/go-micro). As a VC funded company there was a lot of confusion around the tools we were building and we veered off in a direction that alienated the community. With the company dead, funding gone, etc there's an opportunity to rebuild value around the Go Micro framework. The second thing I'm working on is the Reminder (https://reminder.dev &&... - Source: Hacker News / 5 months ago
Go-micro is a well known one (though I've never used it): https://github.com/go-micro/go-micro. - Source: Hacker News / over 2 years ago
@dang could you replace the link with https://github.com/go-micro/go-micro ? - Source: Hacker News / about 3 years ago
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 / about 3 years ago
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 / about 3 years ago
This is where all the components come together. In internal/proxy/proxy.go, I use the Gin framework to orchestrate the flow of requests. It's fast, reliable, and has great support for middleware. - Source: dev.to / 17 days ago
Implementation: Use libraries or server configurations to enable gzip and Brotli. Examples include Flask, Gin, and Express setups. - Source: dev.to / about 1 month ago
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API, but with performance up to 40 times faster than Martini. If you need smashing performance, get yourself some Gin. - Source: dev.to / 9 months ago
At my company we use Go to build internal tools. Recently I worked in a REST API using gin-gonic, that required displaying a lot of data across many endpoints. - Source: dev.to / 11 months ago
Let me be blunt: I dislike (hate?) Go for its error handling approach. However, with close to zero knowledge of the language, I was able to build a basic HTTP API that reads from the database in a couple of hours. I chose Gin Gonic for the web library and Gorm for the ORM. OpenTelemetry provides an integration with a couple of libraries, including Gin and Gorm. On the Dockerfile side, it's also pretty... - Source: dev.to / over 1 year ago
Beego - Beego Web is official blog and documentation website for beego app web framework
Buffalo Go Framework - A Go web development eco-system, designed to make your life easier.
go-zero - go-zero is a web and rpc framework written in Go.
FastAPI - FastAPI is an Open Source, modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
Claudia - A powerful GUI app and Toolkit for Claude Code - Create custom agents, manage interactive Claude Code sessions, run secure background agents, and more.
Go-Fiber - โก๏ธ Express inspired web framework written in Go. Contribute to gofiber/fiber development by creating an account on GitHub.