grpc-experiments/cpp
Yang Gao 3906f35c45 make things compile 2015-02-23 10:44:44 -08:00
..
helloworld Created helloworld tutorial outline 2015-02-20 16:39:32 -08:00
route_guide make things compile 2015-02-23 10:44:44 -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.