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