From f644fdc7deca7b93209c51868b3bf5be13e92dca Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 5 Dec 2016 18:33:11 +0200 Subject: [PATCH] Issue #207: Mention lu framework in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2eba6aa..ce0e6e6 100644 --- a/README.md +++ b/README.md @@ -486,6 +486,8 @@ uintBuf := fasthttp.AppendUint(nil, 1234) powerful routing package for fasthttp servers. * [fasthttprouter](https://github.com/buaazp/fasthttprouter) - a high performance fasthttp request router that scales well. + * [lu](https://github.com/vincentLiuxiang/lu) - a high performance + go middleware web framework which is based on fasthttp. * [echo](https://github.com/labstack/echo) - fast and unfancy HTTP server framework with fasthttp support. * [websocket](https://github.com/leavengood/websocket) - Gorilla-based