aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Darío <dgrripoll@gmail.com> 2020-04-03 17:30:28 +0200
committerGravatar GitHub <noreply@github.com> 2020-04-03 17:30:28 +0200
commita1cfe58ca86648c6701f1cb7e8b1587348dd5b9f (patch)
tree3e9a35448e52747bc4dbda9676c41c60f7b46dec /README.md
parentfeat: make client to wait when no free connections (#764) (diff)
downloadfasthttp-a1cfe58ca86648c6701f1cb7e8b1587348dd5b9f.tar.gz
fasthttp-a1cfe58ca86648c6701f1cb7e8b1587348dd5b9f.tar.bz2
fasthttp-a1cfe58ca86648c6701f1cb7e8b1587348dd5b9f.zip
Added fastws (alphabetically) to related projects (#770)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 95270a3..1678960 100644
--- a/README.md
+++ b/README.md
@@ -485,6 +485,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.
+ * [fastws](https://github.com/fasthttp/fastws) - Bloatless WebSocket package made for fasthttp
+ to handle Read/Write operations concurrently.
* [gramework](https://github.com/gramework/gramework) - a web framework made by one of fasthttp maintainers
* [lu](https://github.com/vincentLiuxiang/lu) - a high performance
go middleware web framework which is based on fasthttp.