Go Express

Open-source Go projects categorized as Express

Top 6 Go Express Projects

  1. Fiber

    ⚡️ Express inspired web framework written in Go

    Project mention: Fiber – An Express-inspired web framework written in Go | news.ycombinator.com | 2026-02-06
  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. api-analytics

    Effortless monitoring and analytics for API frameworks.

  4. go-fiber-boilerplate

    A boilerplate for building RESTful APIs using Golang, Fiber, and GORM PostgreSQL

  5. vox

    Simple and lightweight Go web framework inspired by koa (by aisk)

  6. zinc

    💫 Express-inspired Go API framework built on net/http (by 0mjs)

    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.

  7. fastrex

    Express inspired web framework for Go. Fast and simple. Google cloud function ready.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go Express discussion

Log in or Post with

Go Express related posts

  • Which Go Web Backend Framework Is Right for Your Next Project? A Detailed Analysis of Features and Performance

    11 projects | dev.to | 16 Mar 2025
  • And now, what are the next steps?

    1 project | dev.to | 27 Oct 2024
  • Deploying Node is a mess

    3 projects | /r/webdev | 25 Jun 2023
  • Semi-technical, wannabe founder of a niche ecommerce app has some questions about app architecture.

    2 projects | /r/FlutterDev | 25 May 2023
  • Robust media upload with Golang and Cloudinary - Fiber Version

    3 projects | dev.to | 7 Feb 2022
  • Build a REST API with Golang and MongoDB - Fiber Version

    7 projects | dev.to | 2 Jan 2022
  • Easy and Simple in-memory cache in Golang

    3 projects | dev.to | 25 Aug 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 8 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

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

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Go is
the 4th most popular programming language
based on number of references?