aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Vic Shóstak <koddr.me@gmail.com> 2020-04-07 10:33:46 +0300
committerGravatar GitHub <noreply@github.com> 2020-04-07 09:33:46 +0200
commitea20759cf18b78bd6058ba18a17928469c368985 (patch)
tree760f3b33a5422ff2c48d1c3b583f982b52f84fe8 /README.md
parentAdded fastws (alphabetically) to related projects (#770) (diff)
downloadfasthttp-ea20759cf18b78bd6058ba18a17928469c368985.tar.gz
fasthttp-ea20759cf18b78bd6058ba18a17928469c368985.tar.bz2
fasthttp-ea20759cf18b78bd6058ba18a17928469c368985.zip
Add third-party framework to README (#774)
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 1678960..899abee 100644
--- a/README.md
+++ b/README.md
@@ -280,6 +280,7 @@ with fasthttp support:
* [fasthttprouter](https://github.com/buaazp/fasthttprouter)
* [lu](https://github.com/vincentLiuxiang/lu)
* [atreugo](https://github.com/savsgio/atreugo)
+ * [Fiber](https://github.com/gofiber/fiber)
Net/http code with simple ServeMux is trivially converted to fasthttp code:
@@ -496,6 +497,7 @@ uintBuf := fasthttp.AppendUint(nil, 1234)
* [atreugo](https://github.com/savsgio/atreugo) - High performance and extensible micro web framework with zero memory allocations in hot paths.
* [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
# FAQ
@@ -567,6 +569,7 @@ uintBuf := fasthttp.AppendUint(nil, 1234)
* [gramework](https://github.com/gramework/gramework)
* [lu](https://github.com/vincentLiuxiang/lu)
* [atreugo](https://github.com/savsgio/atreugo)
+ * [Fiber](https://github.com/gofiber/fiber)
See also [this issue](https://github.com/valyala/fasthttp/issues/9) for more info.