Merge pull request #360 from hallas/master

Added ServeMux to the list of Web Frameworks
This commit is contained in:
Matt Holt 2015-04-22 13:48:53 -06:00
commit e5b5d55a43

View File

@ -709,6 +709,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
* [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.
* [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.
* [tango](https://github.com/lunny/tango) - Micro & pluggable web framework for Go.
* [tigertonic](https://github.com/rcrowley/go-tigertonic) - A Go framework for building JSON web services inspired by Dropwizard
* [traffic](https://github.com/pilu/traffic) - Sinatra inspired regexp/pattern mux and web framework for Go.