emiliogq / fun-with-gRPC

Code for a blog-series: Fun with gRPC and C++

Home Page:https://lastviking.eu/fun_with_gRPC_and_C++/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fun with gRPC and C++

It happens that I want to use gRPC in my upcoming DNS server.

I have used gRPC in the past - with great pain. This time around I looked at some examples and made kind of an implementation - but I realized it was crap. To add injury to insult, there were simply too many things I did not know or understand properly to fix it. So I decided to spend some time to play with gRPC to get a better understanding.

The code in this repository is primarily intended as examples used in a blog-series about gRPC and C++.

Blog: Fun with gRPC and C++

About

Code for a blog-series: Fun with gRPC and C++

https://lastviking.eu/fun_with_gRPC_and_C++/

License:GNU General Public License v3.0


Languages

Language:C++ 96.4%Language:CMake 3.6%