protocolbuffers/protobuf
Protocol Buffers - Google's data interchange format
C++72K stars16K forks+11 today
Topics
#protobuf#protocol-buffers#protocol-compiler#protobuf-runtime#protoc#serialization#marshalling#rpc
What it does
Protocol Buffers is a data interchange format developed by Google, enabling efficient and language-neutral serialization of structured data. It matters because it facilitates communication between different systems and programming languages.
Star history
Not enough history yet — 1 day(s) recorded. The daily snapshot builds this up.
Tracking
- Last trending
- 2026-07-21
Creator kit
Hook
Streamline your app's data handling with Protocol Buffers, the powerful serialization format from Google. #protobuf #dataformat
Content angles
- How to use Protocol Buffers for efficient API communication
- Comparing Protocol Buffers with JSON and XML
- Setting up Protocol Buffers in a multi-language project
Who should care
Developers working on cross-platform or multi-language projects, API developers