gRPC

message Person {
    required string user_name        = 1;
    optional int64  favourite_number = 2;
    repeated string interests        = 3;
}

gRPC Motivation

Standard

Debugging?

Our Motivation

Microservices,

Deployment,

HA, Security,

Performance

gRPC

By Reza Mohammadi

gRPC

  • 1,080