
The Best Go Libraries For Web Frameworks (93)
Discover the best Go libraries for Web Frameworks! Find the perfect tools to streamline your development and boost productivity. From Fireball to Flamingo Commerce, we've got you covered. Let the coding begin!
Fireball
More "natural" feeling web framework.
Flamingo Commerce
Providing e-commerce features using clean architecture like DDD and ports and adapters, that you can use to build flexible e-commerce applications
Fuego
The framework for busy Go developers! Web framework generating OpenAPI 3 spec from source code
Aero
High-performance web framework for Go, reaches top scores in Lighthouse.
Golf
Golf is a fast, simple and lightweight micro-web framework for Go. It comes with powerful features and has no dependencies other than the Go Standard Library.
Resoursea
REST framework for quickly writing resource based services.
REST Layer
Framework to build REST/GraphQL API on top of databases with mostly configuration over code.
YARF
Fast micro-framework designed to build REST APIs and web services in a fast and simple way.
CORS
Easily add CORS capabilities to your API
negroni
Idiomatic HTTP middleware for Golang
render
Go package for easily rendering JSON, XML, and HTML template responses
mux
Powerful URL router and dispatcher for golang
nchi
chi-like router built on httprouter with dependency injection based middleware wrappers
vestigo
Performant, stand-alone, HTTP compliant URL Router for go web applications
violetear
Go HTTP router
xmux
High performance muxer based on `httprouter` with `net/context` support
xujiajun/gorouter
A simple and fast HTTP router for Go
Ronykit
Web framework with pluggable architecture and very performant
Don
A highly performant and simple to use API framework
Echo
High performance, minimalist Go web framework
Fastschema
A flexible Go web framework and Headless CMS
Flamingo
Framework for pluggable web projects. Including a concept for modules and offering features for DI, Configareas, i18n, template engines, graphql, observability, security, events, routing & reverse routing etc
rux
Simple and fast web framework for build golang HTTP applications
Ginrpc
Gin parameter automatic binding tool,gin rpc tools
Goa
Goa provides a holistic approach for developing remote APIs and microservices in Go
GoFr
Gofr is an opinionated microservice development framework
GoFrame
GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang
golamb
Golamb makes it easier to write API endpoints for use with AWS Lambda and API Gateway
Gone
A lightweight dependency injection and web framework inspired by Spring
goravel
A Laravel-inspired web framework with ORM, authentication, queue, task scheduling, and more built-in features
Goyave
Feature-complete REST API framework aimed at clean code and fast development, with powerful built-in functionalities
Hertz
A high-performance and strong-extensibility Go HTTP framework that helps developers build microservices
Huma
Framework for modern REST/GraphQL APIs with built-in OpenAPI 3, generated documentation, and a CLI
iWF
iWF is an all-in-one platform for developing long-running business processes. It offers a convenient abstraction for utilizing databases, ElasticSearch, message queues, durable timers, and more, with a clean, simple, and user-friendly interface
Lit
Highly performant declarative web framework for Golang, aiming for simplicity and quality of life
Microservice
The framework for the creation of microservices, written in Golang
patron
Patron is a microservice framework following best cloud practices with a focus on productivity
rk-boot
A bootstrapper library for building enterprise go microservice with Gin and gRPC quickly and easily
bellt
A simple Go HTTP router
uAdmin
Fully featured web framework for Golang, inspired by Django
Xun
Web framework built on Go's built-in html/template and net/http package’s router. It is designed to be lightweight, fast, and easy to use while providing a simple and intuitive API for building web applications with advanced features such as middleware, routing, and template rendering
Yokai
Simple, modular, and observable Go framework for backend applications
go-fault
Fault injection middleware for Go
Limiter
Dead simple rate limit middleware for Go
ln-paywall
Go middleware for monetizing APIs on a per-request basis with the Lightning Network (Bitcoin)
mid
Miscellaneous HTTP middleware features: idiomatic error return from handlers; receive/respond with JSON data; request tracing; and more
rk-gin
Middleware for Gin framework with logging, metrics, auth, tracing etc
rk-grpc
Middleware for gRPC with logging, metrics, auth, tracing etc
Tollbooth
Rate limit HTTP request handler
catena
http.Handler wrapper catenation (same API as "chain")
gores
Go package that handles HTML, JSON, XML and etc. responses. Useful for RESTful APIs
interpose
Minimalist net/http middleware for golang
renderer
Simple, lightweight and faster response (JSON, JSONP, XML, YAML, HTML, File) rendering package for Go
stats
Go middleware that stores various information about your web application
alien
Lightweight and fast http router from outer space
chi
Small, fast and expressive HTTP router built on net/context
fasthttprouter
High performance router forked from `httprouter`. The first router fit for `fasthttp`
fursy
HTTP router with type-safe generic handlers, automatic OpenAPI 3.1 generation from code, and RFC 9457 error responses
goblin
A golang http router based on trie tree
gocraft/web
Mux and middleware package in Go
Goji
Goji is a minimalistic and flexible HTTP request multiplexer with support for `net/context`
GoLobby/Router
GoLobby Router is a lightweight yet powerful HTTP router for the Go programming language
gowww/router
Lightning fast HTTP router fully compatible with the net/http.Handler interface
httprouter
High performance router. Use this and the standard http handlers to form a very high performance web framework
httptreemux
High-speed, flexible tree-based HTTP router for Go. Inspiration from httprouter
lars
Is a lightweight, fast and extensible zero allocation HTTP router for Go used to create customizable frameworks
ozzo-routing
An extremely fast Go (golang) HTTP router that supports regular expression route matching. Comes with full support for building RESTful APIs
pure
Is a lightweight HTTP router that sticks to the std "net/http" implementation
Siesta
Composable framework to write middleware and handlers
Barf
Basically, A Remarkable Framework for building JSON-based web APIs. It is entirely unobtrusive and re-invents no wheel. It is crafted such that getting started is easy and quick while being flexible enough for more complex use cases
Gin
Gin is a web framework written in Go! It features a martini-like API with much better performance, up to 40 times faster. If you need performance and good productivity
go-api-boot
A gRpc-first micro-service framework. Features include ODM support for Mongo, cloud resource support (AWS/Azure/Google), and a fluent dependency injection which is customized for gRpc. Additionally, grpc-web is supported directly, enabling browser access to all gRpc APIs without a proxy
templui
Modern UI Components for Go & Templ
WebGo
A micro-framework to build web apps with handler chaining, middleware, and context injection. With standard library-compliant HTTP handlers (i.e., `http.HandlerFunc`).
Bxog
Simple and fast HTTP router for Go. It works with routes of varying difficulty, length and nesting. And he knows how to create a URL from the received parameters
Atreugo
High performance and extensible micro web framework with zero memory allocations in hot paths
Beego
beego is an open-source, high-performance web framework for the Go programming language
Fiber
An Express.js inspired web framework build on Fasthttp
hiboot
hiboot is a high performance web application framework with auto configuration and dependency injection support
Revel
High-productivity web framework for the Go language
client-timing
An HTTP client for Server-Timing header
echo-middleware
Middleware for Echo framework with logging and metrics
formjson
Transparently handle JSON input as a standard form POST
XFF
Handle `X-Forwarded-For` header and friends
alice
Painless middleware chaining for Go
chain
Handler wrapper chaining with scoped data (net/context-based "middleware")
mediary
add interceptors to `http.Client` to allow dumping/shaping/tracing/... of requests/responses
muxchain
Lightweight middleware for net/http
Bone
Lightning Fast HTTP Multiplexer
FastRouter
a fast, flexible HTTP router written in Go
goroute
Simple yet powerful HTTP request multiplexer
GoRouter
GoRouter is a Server/API micro framework, HTTP request router, multiplexer, mux that provides request router with middleware supporting `net/context`
ngamux
Simple HTTP router for Go