Skip to content

arcticmatt/grpc_getting_started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc_getting_started

Overview

Getting started with grpc (in C++).

Building with bazel.

Building and Running the Code

To only build the server and client, run the following:

bazel build :greeter_server
bazel build :greeter_client

To build and run the server and client, run the following:

bazel run :greeter_server
bazel run :greeter_client

About

Getting started with gRPC (in C++)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published