From df732b5de66ae37bb70ab34e34f80947fd5f11aa Mon Sep 17 00:00:00 2001 From: devghosh Date: Tue, 27 Sep 2016 20:33:08 +0530 Subject: [PATCH] add florest library High performance workflow based REST API Framework Repo: https://github.com/jabong/florest-core Godoc: https://godoc.org/github.com/jabong/florest-core/src GoreportCard: https://goreportcard.com/report/github.com/jabong/florest-core Coverage: https://coveralls.io/github/jabong/florest-core --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6940cff..d287cd78 100644 --- a/README.md +++ b/README.md @@ -1088,6 +1088,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [chi](https://github.com/pressly/chi) - Small, fast and expressive HTTP router built on net/context. * [CleverGo](https://github.com/headwindfly/clevergo) - CleverGo is a simple, easy to use and high performance web framework for Go. * [Echo](https://github.com/labstack/echo) - A fast and unfancy micro web framework for Go. +* [Florest](https://github.com/jabong/florest-core) - High-performance workflow based REST API framework * [Gin](https://github.com/gin-gonic/gin) - Gin is a web framework written in Go! It features a martini-like API with much better performance, up to 40 times faster. If you need performance and good productivity. * [Gizmo](https://github.com/NYTimes/gizmo) - Microservice toolkit used by the New York Times. * [Glue](https://github.com/desertbit/glue) - Robust Go and Javascript Socket Library (Alternative to Socket.io).