aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar phachon <phachon@163.com> 2018-05-08 17:37:34 +0800
committerGravatar GitHub <noreply@github.com> 2018-05-08 17:37:34 +0800
commit31c1eb0c342e16d833ba2b5f2baefc8e82b6a198 (patch)
tree0b2d83c05646cf83c9a2c33d994a5ae1df52de54 /README.md
parentadded missing byte 0xFF into hex2intTable. This fixes panic when decoding spe... (diff)
downloadfasthttp-31c1eb0c342e16d833ba2b5f2baefc8e82b6a198.tar.gz
fasthttp-31c1eb0c342e16d833ba2b5f2baefc8e82b6a198.tar.bz2
fasthttp-31c1eb0c342e16d833ba2b5f2baefc8e82b6a198.zip
Update README.md
add fasthttpsession project
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 684c0bc..61c7aff 100644
--- a/README.md
+++ b/README.md
@@ -490,6 +490,8 @@ uintBuf := fasthttp.AppendUint(nil, 1234)
go middleware web framework which is based on fasthttp.
* [websocket](https://github.com/leavengood/websocket) - Gorilla-based
websocket implementation for fasthttp.
+ * [fasthttpsession](https://github.com/phachon/fasthttpsession) - a
+ fast and powerful session package for fasthttp servers.
# FAQ