rux
web framework
A lightweight web framework for building fast and flexible HTTP applications in Go.
⚡ Rux is an simple and fast web framework. support route group, param route binding, middleware, compatible http.Handler interface. 简单且快速的 Go api/web 框架,支持路由分组,路由参数绑定,中间件,兼容 http.Handler 接口
98 stars
4 watching
16 forks
Language: Go
last commit: about 1 month ago
Linked from 2 awesome lists
gohttp-handlerhttp-middlewarehttp-routerhttp-servermiddlewaremuxrouter
Related projects:
Repository | Description | Stars |
---|---|---|
aaronlifton/gooo | A minimalistic web framework using Go that demonstrates straightforward and no-magic web development with a focus on simplicity and modularity. | 248 |
gocraft/web | A fast and scalable Go package for building web applications with middleware and routing support. | 1,508 |
vardius/gorouter | A lightweight Go framework for building HTTP request routers and multiplexers | 154 |
gotuna/gotuna | A lightweight web framework for building web applications in Go. | 48 |
sujit-baniya/goravel | A Go-based web framework providing a scalable and feature-rich platform for building applications. | 18 |
aisk/vox | A lightweight Go web framework inspired by Koa. | 84 |
smallnest/go-web-framework-benchmark | Compared performance of various Go web frameworks across different aspects like connection and route selection handling times | 2,077 |
go-aah/aah | Builds secure and flexible web applications with a modular framework that automates infrastructure and repetitive tasks. | 690 |
ungerik/go-rest | A lightweight REST framework that simplifies API development by leveraging dynamic typing and JSON marshalling. | 128 |
goanywhere/rex | A modular web development framework that provides a lightweight and flexible way to build scalable web applications in Go. | 33 |
go-goyave/goyave | An opinionated, all-in-one web framework focused on building enterprise-level REST APIs with an emphasis on reliability and maintainability. | 1,631 |
mikestefanello/pagoda | A full-stack web development starter kit in Go providing a solid foundation and structure for rapid and easy application development. | 2,201 |
go-playground/pure | A lightweight HTTP router using Go's native implementation with radix tree for efficient routing and handling of context variables. | 149 |
abemedia/go-don | An API framework written in Go. | 53 |
gravityblast/traffic | A Sinatra-inspired regexp/pattern mux and web framework for building web applications in Go. | 521 |