grpc/README.md

10 lines
127 B
Markdown
Raw Permalink Normal View History

2024-12-09 19:31:32 +08:00
# google grpc send and receive
```c++
cmake -S . -B build
cmake --build build -j
./build/grpc_server
./build/grpc_client
```