grpc-experiments/cpp
Yang Gao 9f392590bb Add default json path 2015-02-23 22:51:14 -08:00
..
helloworld Created helloworld tutorial outline 2015-02-20 16:39:32 -08:00
route_guide Add default json path 2015-02-23 22:51:14 -08:00
README.md Update README.md 2015-02-20 17:55:23 -08:00

README.md

#gRPC C++ Getting started

First you need to install gRPC on your system. Follow the instructions here: https://github.com/grpc/grpc/blob/master/INSTALL.

After installing, you can proceed to the gRPC C++ Hello World tutorial.

A more detailed tutorial is coming soon.