protobuffer

 1、扩展名为.proto。

 2、定义一个协议:

  protobuffer-LMLPHP

 3、定义一个Service:

  protobuffer-LMLPHP

 4、编译器为protoc,使用protoc:

  protobuffer-LMLPHP

 5、style:所有的类型名均CamelCase,此外:

  1)message中的字段小写。

  2)enum中的字段大写。

  3)services中的字段CamelCase。

05-12 03:59