Skip to content

Vicfred/cmakeprotosgrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A simple example of gRPC + protobuffers using CMake to generate the c++ code.

CMake already has bundled support for this using only protobuf but not for gRPC.

Requirements

How to build

mkdir build
cd build
cmake ..
make

Run

Run the server

./grpcserver

Run the client

./grpcclient