/grpc-hello-world

grpc hello-world server

Primary LanguagePythonApache License 2.0Apache-2.0

Introduction

It's the gRPC hello world application. The example code is from grpc/grpc.

Usage

Start the gRPC server.

docker run -d -p 50051:50051 mbchristoff/grpc-helloworld