Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Sugoi Noteをつくった

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

Sugoi Noteをつくった

Avatar for Jumpei Takiyasu

Jumpei Takiyasu

January 26, 2018

More Decks by Jumpei Takiyasu

Other Decks in Technology

Transcript

  1. = &Me{ Name: "Jumpei Takiyasu", Company: "M3, Inc.", Github: "juntaki",

    Twitter: "juntaki", Web: "https://juntaki.com", }
  2. GoとGAEでAPIサーバをつくる この程度の規模なら、標準ライブラリだけで作れる Layered Architectureにした ├── gae : Goはinit()だけ、ルーティングとDI │ ├──

    src : Vue.js │ └── app.yml ├── lib │ ├── application : gRPC Serverの実装 │ ├── domain : repositoryのinterface │ └── infrastructure: datastore向けのimpl └── proto: protobuf置き場