Skip to content

An implementation of a simple gRPC Route Guide application in Go.

Notifications You must be signed in to change notification settings

ahmeducf/grpc-route-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC Route Guide

A simple route guide server and client application demonstrates how to use grpc go libraries to perform unary, client streaming, server streaming and full duplex RPCs.

Following Tutorial: gRPC Basics: Go.

See the definition of the route guide service in route_guide.proto.

Run the sample code

To compile and run the server, assuming you are in the root of the repository:

go run server/server.go

Likewise, to run the client:

go run client/client.go

About

An implementation of a simple gRPC Route Guide application in Go.

Topics

Resources

Stars

Watchers

Forks

Languages