Skip to content

gRPC implementation of service that echo twice its input to output

Notifications You must be signed in to change notification settings

TamirFriedman-RecoLabs/gRPC-DoubleEcho

Repository files navigation

gRPC-DoubleEcho

gRPC implementation of service that echo twice its input to output

run server

> ./server.py [PORT] &

run client

> ./client.py [MSG_TEXT [HOST [PORT]]]

generate python from proto using:

> ./gen_python_from_proto.sh

About

gRPC implementation of service that echo twice its input to output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published