aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Nagy Salem <muhammed.nagy.one@gmail.com> 2020-06-18 23:44:33 +0300
committerGravatar GitHub <noreply@github.com> 2020-06-18 22:44:33 +0200
commit38affcb146d9854d7e57ab05f6c1a2a59b53d802 (patch)
tree483c623d6b69f5af7ef595ebee14f6b61e839a24 /README.md
parentRestart PipelineClient worker on error (#834) (diff)
downloadfasthttp-38affcb146d9854d7e57ab05f6c1a2a59b53d802.tar.gz
fasthttp-38affcb146d9854d7e57ab05f6c1a2a59b53d802.tar.bz2
fasthttp-38affcb146d9854d7e57ab05f6c1a2a59b53d802.zip
Added Gearbox (#823)
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 fa7ec94..315003b 100644
--- a/README.md
+++ b/README.md
@@ -281,6 +281,7 @@ with fasthttp support:
* [lu](https://github.com/vincentLiuxiang/lu)
* [atreugo](https://github.com/savsgio/atreugo)
* [Fiber](https://github.com/gofiber/fiber)
+ * [Gearbox](https://github.com/gogearbox/gearbox)
Net/http code with simple ServeMux is trivially converted to fasthttp code:
@@ -498,6 +499,7 @@ uintBuf := fasthttp.AppendUint(nil, 1234)
* [kratgo](https://github.com/savsgio/kratgo) - Simple, lightweight and ultra-fast HTTP Cache to speed up your websites.
* [kit-plugins](https://github.com/wencan/kit-plugins/tree/master/transport/fasthttp) - go-kit transport implementation for fasthttp.
* [Fiber](https://github.com/gofiber/fiber) - An Expressjs inspired web framework running on Fasthttp
+ * [Gearbox](https://github.com/gogearbox/gearbox) - :gear: gearbox is a web framework written in Go with a focus on high performance and memory optimization
# FAQ
@@ -570,6 +572,7 @@ uintBuf := fasthttp.AppendUint(nil, 1234)
* [lu](https://github.com/vincentLiuxiang/lu)
* [atreugo](https://github.com/savsgio/atreugo)
* [Fiber](https://github.com/gofiber/fiber)
+ * [Gearbox](https://github.com/gogearbox/gearbox)
See also [this issue](https://github.com/valyala/fasthttp/issues/9) for more info.