0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

GRPC ノウハウ

Last updated at Posted at 2018-04-13

Protocol Buffers

GRPCについて

・gRPCを使った簡易的なマイクロサービスを作ってみた(とてもわかりやすい)
https://qiita.com/kotamat/items/a84301a16fc24a203304

雑な理解の仕方

protoファイルにインターフェイスを定義して、コンパイルして、そこでできるソースを作って、それを元にクライアント、サーバを実装。クライアントもサーバも同じprotoファイルを利用する。
インターフェイスを定義したら、コードを自動で生成してくれるのが、良い。RESTみたいに更改時にIFをドキュメント管理して、サーバとクライアント管理して、みたいな手間が少し減る。
Protocol BuffersのWikiが一番わかりやすい。
HLFの場合、実装するgoは、protoファイルからコンパイルしたものを用いている?

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?