chedeti a17039aaa4 refine code and add README 9 лет назад
..
Dockerfile dd7a2a35e2 gthrift codegen and Dockerfile 9 лет назад
README.md a17039aaa4 refine code and add README 9 лет назад
grpc_plugins_generator.patch a17039aaa4 refine code and add README 9 лет назад

README.md

Copyright 2016 Google Inc.

#Documentation

grift is integration of Apache Thrift Serializer with GRPC.

This integration allows you to use grpc to send thrift messages in C++ and java.

By default grift uses Compact Protocol to serialize thrift messages.

#Installation

Before Installing thrift make sure to apply this patch to third_party/thrift. Go to third_party/thrift and follow the INSTALLATION instructions to install thrift.