From d7018e41808384f70fb4aa7b7a50ac4f0c2a7efb Mon Sep 17 00:00:00 2001 From: Hadi Hidayat Hammurabi Date: Sat, 2 Oct 2021 08:58:20 +0700 Subject: [PATCH] Add Ngamux/Ngamux HTTP Router --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e65f515c..79a64d5d 100644 --- a/README.md +++ b/README.md @@ -2536,6 +2536,7 @@ _**Unofficial** set of patterns for structuring projects._ * [httptreemux](https://github.com/dimfeld/httptreemux) - High-speed, flexible tree-based HTTP router for Go. Inspiration from httprouter. * [lars](https://github.com/go-playground/lars) - Is a lightweight, fast and extensible zero allocation HTTP router for Go used to create customizable frameworks. * [mux](https://github.com/gorilla/mux) - Powerful URL router and dispatcher for golang. +* [ngamux](https://github.com/ngamux/ngamux) - Simple HTTP router for Go. * [ozzo-routing](https://github.com/go-ozzo/ozzo-routing) - An extremely fast Go (golang) HTTP router that supports regular expression route matching. Comes with full support for building RESTful APIs. * [pure](https://github.com/go-playground/pure) - Is a lightweight HTTP router that sticks to the std "net/http" implementation. * [Siesta](https://github.com/VividCortex/siesta) - Composable framework to write middleware and handlers.