aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Sergio Andres Virviescas Santana <developersavsgio@gmail.com> 2018-08-26 20:23:40 +0200
committerGravatar Kirill Danshin <kirill@danshin.pro> 2018-08-27 08:55:21 +0000
commit77385190fb15120cc639fca46bf51a76c5e29ebd (patch)
treee9288ef53995fc36e42301745cfd3073370dd063 /README.md
parentAdded support for multiple TLS domains (diff)
downloadfasthttp-77385190fb15120cc639fca46bf51a76c5e29ebd.tar.gz
fasthttp-77385190fb15120cc639fca46bf51a76c5e29ebd.tar.bz2
fasthttp-77385190fb15120cc639fca46bf51a76c5e29ebd.zip
Added atreugo micro-framework in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5b2bf6c..57b5368 100644
--- a/README.md
+++ b/README.md
@@ -278,6 +278,7 @@ with fasthttp support:
* [fasthttp-routing](https://github.com/qiangxue/fasthttp-routing)
* [fasthttprouter](https://github.com/buaazp/fasthttprouter)
* [lu](https://github.com/vincentLiuxiang/lu)
+ * [atreugo](https://github.com/savsgio/atreugo)
Net/http code with simple ServeMux is trivially converted to fasthttp code:
@@ -487,8 +488,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.
+ * [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.
# FAQ
@@ -558,6 +559,7 @@ uintBuf := fasthttp.AppendUint(nil, 1234)
* [fasthttprouter](https://github.com/buaazp/fasthttprouter)
* [gramework](https://github.com/gramework/gramework)
* [lu](https://github.com/vincentLiuxiang/lu)
+ * [atreugo](https://github.com/savsgio/atreugo)
See also [this issue](https://github.com/valyala/fasthttp/issues/9) for more info.