LINE Developer MeetupはLINEが定期的に開催する技術者向けミートアップです。66回目の今回はLINEの新規サービス開発に携わる奥山氏が社内フレームワークArmeriaを使って簡単にgRPCサーバーを実装する方法を共有しました。 gRPCって何だったっけ? 奥山裕也氏(以下 ...
Protobuf is a famous data serialization mechanism among developers because it is fast and language-agnostic. gRPC is a framework designed to manage remote procedure calls among services, regardless of ...
gRPC is a high-performance binary protocol for remote procedure calls on virtually any platform. Here's a hands-on intro to using gRPC with Node. gRPC is a binary protocol for remote procedure calls, ...