grpc send and receive
Go to file
2024-12-09 19:31:32 +08:00
include first commit 2024-12-09 19:29:55 +08:00
protoc first commit 2024-12-09 19:29:55 +08:00
src first commit 2024-12-09 19:29:55 +08:00
.gitignore first commit 2024-12-09 19:29:55 +08:00
CMakeLists.txt first commit 2024-12-09 19:29:55 +08:00
market_data.proto first commit 2024-12-09 19:29:55 +08:00
protoc_generate.sh first commit 2024-12-09 19:29:55 +08:00
README.md add readme 2024-12-09 19:31:32 +08:00

google grpc send and receive

cmake -S . -B build
cmake --build build -j

./build/grpc_server
./build/grpc_client