Hacker News new | ask | show | jobs
by AlexITC 1918 days ago
Protobuf was designed to keep backwards/forwards compatibility, you can easily add any fields to your messages without breaking old clients at the network layer (unless you intend to break them at the application layer);