update readme
This commit is contained in:
parent
5521d510ad
commit
179be6972b
1 changed files with 2 additions and 0 deletions
|
|
@ -8,3 +8,5 @@ certain dependencies are expected to already be present on the system you are co
|
|||
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)
|
||||
|
||||
This simple service provides a Hello World client and server, as well as the corresponding build system. The server is implemented as a callback server, which you can read more about [here](https://grpc.io/docs/languages/cpp/callback/); it is currently (2025) the preferred way of implementing a gRPC server.
|
||||
|
|
|
|||
Loading…
Reference in a new issue