aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Sergio Andrés Virviescas Santana <developersavsgio@gmail.com> 2019-02-16 11:51:04 +0100
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2019-02-16 10:51:04 +0000
commit7ace827541a25cf2bb06c80f3268679c40f39413 (patch)
tree730ceca7c462e7a5e0e6f5702614465c5a2976d0 /README.md
parentadd conn's address info in Response (#537) (diff)
downloadfasthttp-7ace827541a25cf2bb06c80f3268679c40f39413.tar.gz
fasthttp-7ace827541a25cf2bb06c80f3268679c40f39413.tar.bz2
fasthttp-7ace827541a25cf2bb06c80f3268679c40f39413.zip
Add Kratgo to related projects (#543)
* Add Kratgo to related projects
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1a8bff8..5fcb639 100644
--- a/README.md
+++ b/README.md
@@ -493,6 +493,7 @@ uintBuf := fasthttp.AppendUint(nil, 1234)
websocket implementation for fasthttp.
* [fasthttpsession](https://github.com/phachon/fasthttpsession) - a fast and powerful session package for fasthttp servers.
* [atreugo](https://github.com/savsgio/atreugo) - Micro-framework to make simple the use of routing and middlewares.
+ * [kratgo](https://github.com/savsgio/kratgo) - Simple, lightweight and ultra-fast HTTP Cache to speed up your websites.
# FAQ