This is an example to run gRPC server on docker as well as access the server from a client on a local machine. Those files in the repository derives from an official example.
Run the client in two different ways: a. Client/server: python rides/client.py. The car requests a new ride. The server will return a ride ID. b. Streaming: python rides/client.py events. The car ...