Skip to content

Using protobuf on message types #60

@chromato99

Description

@chromato99

Is your feature request related to a problem? Please describe.
In message exchange using the current protocol, the struct defined in types is serialized to gob and transmitted.
However, this is dependent on the go language and has the inconvenience of having to define each method one by one.

Describe the solution you'd like
Uses google's protobuf. This allows for cleaner message type definitions and cross-language compatibility.

Additional context
It would be good to consider whether there are other good libraries besides protobuf.

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactoringCertain parts need refactoring.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions