πŸš€Get Started

Example

Messages definition

syntax = "proto3";

package hellopb;

message SayHello {}

message SayHi {}

Generate Code

We use Buf to generate the golang code. You can check the examplesarrow-up-right repo for more information

Actor Implementation

Complete Example

More Examples

See Examplesarrow-up-right

Last updated