diff --git a/README.md b/README.md index 894141ef82..febb96db63 100644 --- a/README.md +++ b/README.md @@ -485,6 +485,7 @@ uintBuf := fasthttp.AppendUint(nil, 1234) helpers for projects based on fasthttp. * [fasthttp-routing](https://github.com/qiangxue/fasthttp-routing) - fast and powerful routing package for fasthttp servers. + * [http2](https://github.com/dgrr/http2) - HTTP/2 implementation for fasthttp. * [router](https://github.com/fasthttp/router) - a high performance fasthttp request router that scales well. * [fastws](https://github.com/fasthttp/fastws) - Bloatless WebSocket package made for fasthttp @@ -494,6 +495,8 @@ uintBuf := fasthttp.AppendUint(nil, 1234) go middleware web framework which is based on fasthttp. * [websocket](https://github.com/fasthttp/websocket) - Gorilla-based websocket implementation for fasthttp. + * [websocket](https://github.com/dgrr/websocket) - Event-based high-performance WebSocket library for zero-allocation + websocket servers and clients. * [fasthttpsession](https://github.com/phachon/fasthttpsession) - a fast and powerful session package for fasthttp servers. * [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.