aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Darío <dgrripoll@gmail.com> 2021-07-08 09:55:08 +0200
committerGravatar GitHub <noreply@github.com> 2021-07-08 09:55:08 +0200
commitb3ece39dcdd40ab814988d7a322b2f1a050e13f4 (patch)
tree7d5d4bda4c06db0b4ca5c32eaf968dcfa9606821 /README.md
parentAdd ResetUserValues() and test (#1056) (diff)
downloadfasthttp-b3ece39dcdd40ab814988d7a322b2f1a050e13f4.tar.gz
fasthttp-b3ece39dcdd40ab814988d7a322b2f1a050e13f4.tar.bz2
fasthttp-b3ece39dcdd40ab814988d7a322b2f1a050e13f4.zip
Update README.md (#1058)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 894141e..febb96d 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.