aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Kirill Danshin <kirill@danshin.pro> 2018-08-13 01:50:41 +0300
committerGravatar GitHub <noreply@github.com> 2018-08-13 01:50:41 +0300
commitb4967a0d495ee08c542c2bed980cd66ab134afbd (patch)
treec029a2683103a9fee5a6f2715f137a17a9ea1d75 /README.md
parentMerge pull request #255 from rikvdh/patch-1 (diff)
parentUpdate README.md (diff)
downloadfasthttp-b4967a0d495ee08c542c2bed980cd66ab134afbd.tar.gz
fasthttp-b4967a0d495ee08c542c2bed980cd66ab134afbd.tar.bz2
fasthttp-b4967a0d495ee08c542c2bed980cd66ab134afbd.zip
Merge pull request #339 from phachon/master
Update README.md
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 f2dbc60..5b2bf6c 100644
--- a/README.md
+++ b/README.md
@@ -487,6 +487,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