added webgo (#1872)

This commit is contained in:
Kamaleshwar 2018-04-09 18:07:47 +05:30 committed by Felipe Oliveira
parent 7f91e94a76
commit a6df594a7c

View File

@ -1482,6 +1482,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [traffic](https://github.com/pilu/traffic) - Sinatra inspired regexp/pattern mux and web framework for Go.
* [utron](https://github.com/gernest/utron) - Lightweight MVC framework for Go(Golang).
* [violetear](https://github.com/nbari/violetear) - Go HTTP router.
* [WebGo](https://github.com/bnkamalesh/webgo) - A micro-framework to build web apps; with handler chaining, middleware and context injection. With standard library compliant HTTP handlers(i.e. http.HandlerFunc).
* [YARF](https://github.com/yarf-framework/yarf) - Fast micro-framework designed to build REST APIs and web services in a fast and simple way.
* [Zerver](https://github.com/cosiner/zerver) - Zerver is an expressive, modular, feature completed RESTful framework.