https://github.com/maurodelazeri/grpc-cpp
Simple grpc server/client in c++ ready to import on clion
https://github.com/maurodelazeri/grpc-cpp
clion clion-cmake cplusplus-14 cplusplus-17 cpp grpc-cpp
Last synced: 5 days ago
JSON representation
Simple grpc server/client in c++ ready to import on clion
- Host: GitHub
- URL: https://github.com/maurodelazeri/grpc-cpp
- Owner: maurodelazeri
- Created: 2019-03-26T12:29:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T20:30:31.000Z (over 6 years ago)
- Last Synced: 2025-02-23T18:15:29.289Z (8 months ago)
- Topics: clion, clion-cmake, cplusplus-14, cplusplus-17, cpp, grpc-cpp
- Language: C++
- Homepage:
- Size: 11.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gRPC C++ Hello World Tutorial
==============================# Setup
* Build protobuf from source to install header files, libs & camke files https://github.com/google/protobuf/blob/master/src/README.md
* Then use Clion to open project# References
* gRPC C++ Quick Start: https://grpc.io/docs/quickstart/cpp.html
* protobuf install: https://github.com/google/protobuf/blob/master/src/README.md
* Clion Protobuf plugin: https://plugins.jetbrains.com/plugin/8277-protobuf-support