m3talsmith / grpcexp

A GRPC example using mixed languages; Golang (server) and C++(client)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GRPC Experiment

This combines a GRPC server, written in Golang, with a GRPC client, written in C++. It's an experiment in cross language interoperability with common Protobufs.

Development

Built and Tested Using

Build

The dependencies can be installed using: make deps

To build the project run: make build All binaries will be built then into the target directory.

To install run: make install

To uninstall run: make uninstall

There are a list of other tasks in the Makefile for those interested in the details.

About

A GRPC example using mixed languages; Golang (server) and C++(client)


Languages

Language:C++ 43.0%Language:CMake 24.5%Language:Makefile 23.4%Language:Go 9.1%