Issue #207: Mention lu framework in README.md

This commit is contained in:
Aliaksandr Valialkin
2016-12-05 18:33:11 +02:00
parent 1c39678a4d
commit f644fdc7de
+2
View File
@@ -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