add readme

This commit is contained in:
gxt_kt 2024-12-09 19:31:32 +08:00
parent 1c2342574c
commit 6e65872de0

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# google grpc send and receive
```c++
cmake -S . -B build
cmake --build build -j
./build/grpc_server
./build/grpc_client
```