mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
Issue #207: Mention lu framework in README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user