From 56a00e0e0e06ce00dbaf2572217096661ed9e547 Mon Sep 17 00:00:00 2001 From: agitydev Date: Mon, 29 May 2023 09:19:03 -0400 Subject: [PATCH] Add Pnutmux to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46b5139d..f4126bef 100644 --- a/README.md +++ b/README.md @@ -2840,6 +2840,7 @@ _Full stack web frameworks._ - [Microservice](https://github.com/claygod/microservice) - The framework for the creation of microservices, written in Golang. - [neo](https://github.com/ivpusic/neo) - Neo is minimal and fast Go Web Framework with extremely simple API. - [patron](https://github.com/beatlabs/patron) - Patron is a microservice framework following best cloud practices with a focus on productivity. +- [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. - [Pulse](https://github.com/gopulse/pulse) - Pulse is an HTTP web framework written in Go (Golang) - [Resoursea](https://github.com/resoursea/api) - REST framework for quickly writing resource based services. - [REST Layer](https://github.com/rs/rest-layer) - Framework to build REST/GraphQL API on top of databases with mostly configuration over code.