https://github.com/zachgrayio/zig-grpc-example
https://github.com/zachgrayio/zig-grpc-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zachgrayio/zig-grpc-example
- Owner: zachgrayio
- License: apache-2.0
- Created: 2022-07-15T22:48:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T21:21:08.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T12:21:19.642Z (over 1 year ago)
- Language: C++
- Size: 33.2 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zig-grpc-example
Noob attempt at getting up and running with gRPC and Zig.
## Prerequisites
- Zig code requires latest `zig` built from source against `master` or installed via homebrew with `brew 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`
## Running
### Greeter client & server
- In a terminal, `make run_greeters -j2`