aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-12-05 18:33:11 +0200
committerGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-12-05 18:33:11 +0200
commitf644fdc7deca7b93209c51868b3bf5be13e92dca (patch)
treeea3d8bce29bb7275da517778416f1dca04787715 /README.md
parentclient: retry non-idempotent requests if the server closes idle keep-alive co... (diff)
downloadfasthttp-f644fdc7deca7b93209c51868b3bf5be13e92dca.tar.gz
fasthttp-f644fdc7deca7b93209c51868b3bf5be13e92dca.tar.bz2
fasthttp-f644fdc7deca7b93209c51868b3bf5be13e92dca.zip
Issue #207: Mention lu framework in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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