jwambugu / route-guide-grpc

Server and client implementation of the grpc go libraries to perform unary, client streaming, server streaming and full duplex RPCs from gRPC go introduction

Home Page:https://grpc.io/docs/languages/go/basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is an implementation of a gRPC client and server that provides route guidance from gRPC Basics: Go tutorial.

It demonstrates how to use grpc go libraries to perform unary, client streaming, server streaming and full duplex RPCs.

The original repository has more details.

Run Locally

To run the server locally, run the following command:

go run server/server.go

To run the client locally, run the following command:

go run client/client.go

About

Server and client implementation of the grpc go libraries to perform unary, client streaming, server streaming and full duplex RPCs from gRPC go introduction

https://grpc.io/docs/languages/go/basics


Languages

Language:Go 98.6%Language:Makefile 1.4%