grpc-cpp GRPC cpp template Build Build grpc follow Build project $ mkdir build $ cd build $ cmake .. $ make Run server and client $ ./hello_server $ ./hello_client