Skip to content

struqt/proto-demo

Repository files navigation

Demo Projects of gRPC

Main Workflow Lint


Setup and Build

Debian

apt install -y build-essential autoconf libtool pkg-config
apt install -y cmake ca-certificates libssl-dev
apt install -y golang

macOS

brew install git
brew install cmake
brew install rustup
brew install goenv
goenv install 1.21

Build

git clone --recurse-submodules https://github.com/struqt/proto-demo.git
./proto-demo/build.sh

Performance References