Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 279 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 279 Bytes

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