The APIs and models for communication between Flipchat clients and server.
Generated code can be found under the generated/
directory. The following languages are directly supported:
- Go
- TypeScript/JavaScript (via Protobuf-ES)
To generate all code, run:
make
Or to generate a specific language, run:
make {go, protobuf-es}