10 lines
519 B
Markdown
10 lines
519 B
Markdown
|
|
# Simple gRPC demo
|
|
|
|
Welcome to this simple gRPC test project.
|
|
In this repository you will find a minimal example for using gRPC. To keep the footprint low,
|
|
certain dependencies are expected to already be present on the system you are compiling this on.
|
|
|
|
These are:
|
|
- gRPC itself (be aware of potential consequences of installing gRPC globally; installation through a package manager or into a custom install location are recommended; see root CMakeLists.txt to configure a custom location)
|
|
- Abseil (required by gRPC)
|