add rex framework

This commit is contained in:
jimzhan 2015-06-21 16:55:57 +08:00
parent 76ced0c989
commit 719232b7d1

View File

@ -782,6 +782,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [pat](https://github.com/bmizerany/pat) - Sinatra style pattern muxer for Gos net/http library, by the author of Sinatra. * [pat](https://github.com/bmizerany/pat) - Sinatra style pattern muxer for Gos net/http library, by the author of Sinatra.
* [Resoursea](https://github.com/resoursea/api) - A REST framework for quickly writing resource based services. * [Resoursea](https://github.com/resoursea/api) - A REST framework for quickly writing resource based services.
* [Revel](https://github.com/revel/revel) - A high-productivity web framework for the Go language. * [Revel](https://github.com/revel/revel) - A high-productivity web framework for the Go language.
* [rex](https://github.com/goanywhere/rex) - Rex is a library for modular development built upon gorilla/mux, fully compatible with `net/http`.
* [sawsij](http://sawsij.com/) - lightweight, open-source web framework for building high-performance, data-driven web applications. * [sawsij](http://sawsij.com/) - lightweight, open-source web framework for building high-performance, data-driven web applications.
* [ServeMux](http://servemux.com) - Idiomatic Go http.Handler framework. * [ServeMux](http://servemux.com) - Idiomatic Go http.Handler framework.
* [Siesta](https://github.com/VividCortex/siesta) - Composable framework to write middleware and handlers * [Siesta](https://github.com/VividCortex/siesta) - Composable framework to write middleware and handlers