1
0
Fork 0
mirror of https://github.com/avelino/awesome-go.git synced 2025-04-14 17:32:57 -04:00

ronykit added (#5359)

Co-authored-by: Ehsan Noureddin Moosa <ehsannm@users.noreply.github.com>
This commit is contained in:
Ehsan N. Moosa 2025-03-28 05:23:30 +03:00 committed by GitHub
parent ff3160641f
commit af0915d315
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3018,6 +3018,7 @@ _Full stack web frameworks._
- [Pnutmux](https://gitlab.com/fruitygo/pnutmux) - Pnutmux is a powerful Go web framework that uses regex for matching and handling HTTP requests. It offers features such as CORS handling, structured logging, URL parameters extraction, middlewares, and concurrency limiting.
- [Revel](https://github.com/revel/revel) - High-productivity web framework for the Go language.
- [rk-boot](https://github.com/rookie-ninja/rk-boot) - A bootstrapper library for building enterprise go microservice with Gin and gRPC quickly and easily.
- [Ronykit](https://github.com/clubpay/ronykit) - Web framework with pluggable architecture and very performant.
- [rux](https://github.com/gookit/rux) - Simple and fast web framework for build golang HTTP applications.
- [templui](https://github.com/axzilla/templui) - Modern UI Components for Go & Templ.
- [uAdmin](https://github.com/uadmin/uadmin) - Fully featured web framework for Golang, inspired by Django.