Noob attempt at getting up and running with gRPC and Zig.
- Zig code requires latest
zig
built from source againstmaster
or installed via homebrew withbrew install zig --HEAD
. If errors occur during installation, get latest Xcode on macOS. - gRPC and proto code is built with Bazel; install with
brew install bazelisk
- In a terminal,
make run_greeters -j2