SaaSHub helps you find the best software and product alternatives Learn more →
Top 6 Go Express Projects
-
Project mention: Fiber – An Express-inspired web framework written in Go | news.ycombinator.com | 2026-02-06
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
go-fiber-boilerplate
A boilerplate for building RESTful APIs using Golang, Fiber, and GORM PostgreSQL
-
-
Project mention: Zinc: An Express-style API framework for Go built on net/HTTP | news.ycombinator.com | 2026-03-08
https://github.com/0mjs/zinc
The project came out of a simple frustration: I love the developer experience of frameworks like Express or Fiber, but I didn’t want to abandon the Go standard library to get it.
Zinc exists because I wanted building APIs in Go to feel closer to the Express style of development:
simple routing
practical middleware
fast path from idea → running server
Frameworks like Fiber showed how approachable that style can be in Go. But Fiber achieves that by switching the entire stack to fasthttp, which means leaving behind the standard net/http ecosystem.
Zinc intentionally does not do that.
Instead it:
runs entirely on net/http
keeps standard request/response semantics
avoids framework-specific abstractions that lock you in
stays compatible with the huge Go middleware ecosystem
This might especially appeal to:
Retired TypeScript / Node engineers (now Go) who love Express or Fiber
Go developers who want a cleaner API framework DX
people who prefer stdlib-first Go architecture
folks interested in router internals, performance, or DX design
Some areas I’d love help with:
docs and examples
middleware ecosystem
cookbook additions
performance tuning
testing
DX improvements
community feedback on the API design
If you like the idea of Express-style DX without leaving the Go stdlib, I’d love to get some other eyes on the project.
Even feedback or criticism is useful.
Curious to hear what people think.
-
Go Express discussion
Go Express related posts
-
Which Go Web Backend Framework Is Right for Your Next Project? A Detailed Analysis of Features and Performance
-
And now, what are the next steps?
-
Deploying Node is a mess
-
Semi-technical, wannabe founder of a niche ecommerce app has some questions about app architecture.
-
Robust media upload with Golang and Cloudinary - Fiber Version
-
Build a REST API with Golang and MongoDB - Fiber Version
-
Easy and Simple in-memory cache in Golang
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Jun 2026
Index
What are some of the best open-source Express projects in Go? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | Fiber | 39,815 |
| 2 | api-analytics | 654 |
| 3 | go-fiber-boilerplate | 216 |
| 4 | vox | 89 |
| 5 | zinc | 7 |
| 6 | fastrex | 5 |