The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
 
 
 
 
 
 

8 lines
105 B

syntax = "proto2";
package upb_test;
message MapTest {
map<string, double> map_string_double = 1;
}