An open API service indexing awesome lists of open source software.

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

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