Skip to content

plusangel/grpc-cplusplus-ubuntu18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

gRPC C++ Docker image in Ubuntu 18.04

This is a docker image for the C++ installation of gRPC. For an overview and usage examples, see the gRPC C++ documentation.

What is gRPC ?

A high performance, open source, general RPC framework that puts mobile and HTTP/2 first, available in many programming languages. For full details, see the official gRPC documentation.

The difference with the existing one?

It is build on top of ubuntu 18.04 and it is cmake friendly (check the last link)

Credits:

grpc

grpc documentation

grpc C++ documentation

grpc cmake example