leora
leora

Reputation: 196499

Is Google's Protocol Buffers used in large scale production applications?

Is Google's Protocol Buffers used in large scale production applications in production?

What is the experience using it?

Upvotes: 15

Views: 1772

Answers (1)

James Strachan
James Strachan

Reputation: 9198

BTW Apache ActiveMQ 6 will probably be using Protocol Buffers as its default marshalling layer. Early experiences are very favourable; as its easy to have each endpoint on different versions and yet still be able to parse the binary protocol - plus it seems very fast. A great alternative to JSON/XML when you need a performance boost

Upvotes: 7

Related Questions