Update README (#621)

This commit is contained in:
Sergio Andrés Virviescas Santana
2019-08-02 17:09:28 +02:00
committed by Erik Dubbelboer
parent 55ea350c55
commit b97bc32543
+1 -1
View File
@@ -492,7 +492,7 @@ uintBuf := fasthttp.AppendUint(nil, 1234)
* [websocket](https://github.com/fasthttp/websocket) - Gorilla-based
websocket implementation for fasthttp.
* [fasthttpsession](https://github.com/phachon/fasthttpsession) - a fast and powerful session package for fasthttp servers.
* [atreugo](https://github.com/savsgio/atreugo) - Micro-framework to make simple the use of routing and middlewares.
* [atreugo](https://github.com/savsgio/atreugo) - High performance and extensible micro web framework with zero memory allocations in hot paths.
* [kratgo](https://github.com/savsgio/kratgo) - Simple, lightweight and ultra-fast HTTP Cache to speed up your websites.
* [kit-plugins](https://github.com/wencan/kit-plugins/tree/master/transport/fasthttp) - go-kit transport implementation for fasthttp.