From 569a617fdd26d0e9f305ddd8b0c1380243966e9a Mon Sep 17 00:00:00 2001 From: Eduard Date: Mon, 30 May 2016 12:34:47 +0300 Subject: [PATCH] Added router Bxog Added the router Bxog to the section Web Frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e67bc3..b909ce3 100644 --- a/README.md +++ b/README.md @@ -1031,6 +1031,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Beego](https://github.com/astaxie/beego) - beego is an open-source, high-performance web framework for the Go programming language. * [Bone](https://github.com/go-zoo/bone) - Lightning Fast HTTP Multiplexer. +* [Bxog](https://github.com/claygod/Bxog) - Simple and fast HTTP router for Go. It works with routes of varying difficulty, length and nesting. And he knows how to create a URL from the received parameters. * [chi](https://github.com/pressly/chi) - Small, fast and expressive HTTP router built on net/context. * [Echo](https://github.com/labstack/echo) - A fast and unfancy micro web framework for Go. * [Gin](https://github.com/gin-gonic/gin) - Gin is a web framework written in Go! It features a martini-like API with much better performance, up to 40 times faster. If you need performance and good productivity.