jballoffet / protobuf-samples

Protocol Buffers C++ Samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protocol Buffers C++ Samples

This repository contains some basic sample applications to start working with Protocol Buffers (protobuf) in C++, using Bazel as build system. It also provides everything needed to run them in a docker container.

Project organization

You'll find the following project organization:

  • workspace: workspace directory.
  • docker: docker related files.

Installation

  1. Clone this repository
git clone https://github.com/jballoffet/protobuf-samples.git
  1. Build docker image and run container, visit docker readme for instructions.

  2. Build and run the sample apps, visit apps readme for instructions.

Maintainers

This repository is mantained by:

Original version

Sample apps are based on:

About

Protocol Buffers C++ Samples

License:Apache License 2.0


Languages

Language:C++ 55.7%Language:Starlark 35.1%Language:Dockerfile 5.8%Language:Shell 3.4%