Skip to main content

One doc tagged with "encode"

View All Tags

Protocol buffers

Protobuf is a data transmission protocol used for communication between game clients and services. Typically, data is transmitted in JSON API format, which is a common and easy-to-use method. However, one of the drawbacks of this method is that large amounts of unencrypted data can be easily exploited. To address this issue, Google defined the Protobuf protocol, which is specifically designed for data transmission.