Open awakia opened 9 years ago
martiniより速いと言っている。ただ、negroniに押されつつある?
Live Reload の Gin (https://github.com/codegangsta/gin )とは別物なので注意
RestfullなJSON APIを提供しやすい。authやJSONP、gzipなどにも対応できる。 充実したexampleがある https://github.com/ant0ine/go-json-rest-examples
あんまり好きじゃなかった。
routerの機能だけ提供している。Sinatra的なルーティングと、params, request的な変数が使える感じ。 gorilla mux とネイティブパッケージだけで十分という意見をどこかで見た。
うまく組み合わせてドキュメントにしているものを見つけた http://codegangsta.gitbooks.io/building-web-apps-with-go/content/index.html
https://github.com/astaxie/build-web-application-with-golang/blob/master/ja/preface.md
ネイティブだけ
http://revel.github.io/
http://martini.codegangsta.io/
https://github.com/codegangsta/negroni
http://gin-gonic.github.io/gin/
martiniより速いと言っている。ただ、negroniに押されつつある?
Live Reload の Gin (https://github.com/codegangsta/gin )とは別物なので注意
https://github.com/ant0ine/go-json-rest
RestfullなJSON APIを提供しやすい。authやJSONP、gzipなどにも対応できる。 充実したexampleがある https://github.com/ant0ine/go-json-rest-examples
あんまり好きじゃなかった。
http://www.gorillatoolkit.org/pkg/mux
routerの機能だけ提供している。Sinatra的なルーティングと、params, request的な変数が使える感じ。 gorilla mux とネイティブパッケージだけで十分という意見をどこかで見た。