From ad92230809a032fa2ea93f68f83b4d7ad2f4eca9 Mon Sep 17 00:00:00 2001 From: Axel Adrian Date: Tue, 24 Dec 2024 02:21:19 +0700 Subject: [PATCH] add templui to Web Frameworks (#5437) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc90cf68..7f7c23c7 100644 --- a/README.md +++ b/README.md @@ -3030,6 +3030,7 @@ _Full stack web frameworks._ - [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. - [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. - [WebGo](https://github.com/naughtygopher/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`).. - [Yokai](https://github.com/ankorstore/yokai) - Simple, modular, and observable Go framework for backend applications.