The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
|
1 year ago | |
---|---|---|
.. | ||
BUILD | 2 years ago | |
README.md | 2 years ago | |
client.cc | 2 years ago | |
server.cc | 2 years ago | |
test.sh | 1 year ago |
README.md
gRPC systemd Socket Activation Example
This example shows how to use systemd's socket-based activation with gRPC.
Build and run the example
The simplest way to exercise this is via test.sh
. It roughly does the following:
- Creates a systemd socket-activated service.
- Builds the gRPC client & server.
- Reloads the systemd daemon.
- Runs the gRPC client, which in turn runs the gRPC server.