Skip to content

Enhancement - Use of protobuff instead of json serialization for server - server API calls #127

Description

@saivishwak

An enhancement request -

The protobuff protocol seems to be very efficient in serialization and deserialization than the JSON. So the use of this will have an improvement in bandwidth usage and faster API calls. It also has a schema to be defined which is good for non-typed languages like python and also the the serialized message can be deserialized in any language using Protobuff.

https://developers.google.com/protocol-buffers/docs/pythontutorial

Thank You

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions