|
|
|
|
|
by phamilton
3618 days ago
|
|
For me there are three main advantages: schema, performance and code generation. Having a strict schema makes it a lot easier to maintain applications in a distributed system. Parsing protobuf is much faster than something like JSON. The multitude of code generators for protobuf make it really simple and easy to use multiple languages on the same data structures. |
|