/grpc-greeter-python

This is a gRPC greeter using Python.

Primary LanguagePythonMIT LicenseMIT

The gRPC greeter

This is a gRPC greeter using Python.

Server

Navigate to GrpcGreeter.Server and execute the following command:

python server.py

Client

Navigate to GrpcGreeter.Client and execute the following command:

python client.py "username"

Comments

This is fully compatible with this project.