Skip to main content

2 docs tagged with "gRPC"

View All Tags

gRPC

gRPC(Google Remote Procedure Call)란, Google에서 개발한 고성능 RPC 프레임워크이다. gRPC에서 데이터를 교환할 때 protobuf를 사용한다.

Protocol Buffer

Protocol buffer(혹은 protobuf)란, 구글에서 개발한 구조화된 데이터를 직렬화하기 위한 언어 및 플랫폼과 무관한 매커니즘이다.