development:language:go:lib
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
development:language:go:lib [2017/11/15 07:38] – hayashi | development:language:go:lib [2017/11/16 03:26] (現在) – [パッケージ管理ツール] hayashi | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== GO言語 ライブラリ ====== | ||
+ | ===== Web アプリケーションフレームワーク(WAF) ===== | ||
+ | ==== 軽量WAF ==== | ||
+ | |||
+ | * [[https:// | ||
+ | * Echoは2015年に登場 | ||
+ | * RESTful APIを作ることに向く | ||
+ | * [[https:// | ||
+ | * 高速さが売り | ||
+ | * 対Martini比で40倍以上の速度 | ||
+ | * [[https:// | ||
+ | * Net/ | ||
+ | |||
+ | ==== フルスタックWAF ==== | ||
+ | |||
+ | * [[https:// | ||
+ | * RailsやPlay Frameworkから影響を受けて作られた | ||
+ | * [[https:// | ||
+ | * ORマッパーまでサポート | ||
+ | * RubyのSinatraを元に設計 | ||
+ | |||
+ | |||
+ | ===== パッケージ管理ツール ===== | ||
+ | |||
+ | * [[https:// | ||
+ | * requires Go 1.8 or newer | ||
+ | * [[https:// | ||
+ | * //Glide is used by a great number of projects and will continue to get support for some time. But, the near future is likely in dep.// | ||
+ | |||
+ | ===== その他 ===== | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[http:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | |||
+ | ===== 参考 ===== | ||
+ | |||
+ | [[http:// |