DEV Community

Discussion on: Beating JSON performance using Protocol Buffers

Collapse
 
crimsonmed profile image
Médéric Burlet

Totally Agree! Unless you're doing backend exhcnages or working with stream data then protobuf isn't worth the implementation.

A good example of implementation is PokemonGo which needs a constant stream of information.