From 7e348e33d7b3bcb0ff29fb1ff02ef6ebc635c737 Mon Sep 17 00:00:00 2001 From: LanLanceYuan <92938836+L2ncE@users.noreply.github.com> Date: Mon, 31 Oct 2022 18:47:57 +0800 Subject: [PATCH] feat(Web Frameworks): add a new web framework (#4588) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53ee51bc..c60e129c 100644 --- a/README.md +++ b/README.md @@ -2787,6 +2787,7 @@ _Full stack web frameworks._ - [GoTuna](https://github.com/gotuna/gotuna) - Minimalistic web framework for Go with mux router, middlewares, sessions, templates, embedded views and static files. - [goweb](https://github.com/twharmon/goweb) - Web framework with routing, websockets, logging, middleware, static file server (optional gzip), and automatic TLS. - [Goyave](https://github.com/go-goyave/goyave) - Feature-complete REST API framework aimed at clean code and fast development, with powerful built-in functionalities. +- [Hertz](https://github.com/cloudwego/hertz) - A high-performance and strong-extensibility Go HTTP framework that helps developers build microservices. - [hiboot](https://github.com/hidevopsio/hiboot) - hiboot is a high performance web application framework with auto configuration and dependency injection support. - [Huma](https://github.com/danielgtaylor/huma/) - Framework for modern REST/GraphQL APIs with built-in OpenAPI 3, generated documentation, and a CLI. - [Macaron](https://github.com/go-macaron/macaron) - Macaron is a high productive and modular design web framework in Go.