1/ request - response
- add contact to list
- get contact detail
- search contact
2/ request - stream
- export list contact
3/ stream - response
- Import list contact
4/ stream - stream
- Auto complete contact suggestion
- Install protoc
Download package [https://github.com/protocolbuffers/protobuf/releases]
For OSX : choose
Unzip
Move file
[Binary file]
protoc3/bin/* /usr/local/bin/
[Prebuilt package from google]
protoc3/include/* /usr/local/include/
- Generate protobu
protoc --go_out=plugins=grpc:. protos/contact.proto