0Tech / example-grpc-cxx

Minimal example of gRPC in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example-grpc-cxx

Minimal example of gRPC in C++

Build

You can build the client and server with:

$ cmake -S . -B build
$ cmake --build build

Usage

You can run echo server with:

$ ./build/server/echo_server

After that, you may run echo client to ping to the server:

$ ./build/client/echo_client

About

Minimal example of gRPC in C++

License:GNU Affero General Public License v3.0


Languages

Language:C++ 57.6%Language:CMake 42.4%