2 pages matching "Go"

U Use gRPC/protobuf with C++ and Go

July 24, 2017 — 4 Min Read

In this guide I will show you how to use gRPC to write a simple client (in C++) and server (in Go) for your service.

For this tutorial we will use the code available in the following Github project: pasdam/grpcExample.

For the client, in this article I’ll show how to write a command line one, but in the repository there is also a GUI client written with the Qt framework.