# README
Flipchat Protobuf API
The APIs and models for communication between Flipchat clients and server.
Code Generation
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}
# Packages
No description provided by the author