This extends the Project 1 template code with a simple server and client that send messages via Protocol Buffers.
To work with Protocol Buffers on your own machine, you'll need to install the protoc
compiler. Install via your package manager:
- protobuf on homebrew
- protobuf-compiler on RedHat-based distributions
...or download via the Protocol Buffers Homepage