Skip to content

Commit 2893131

Browse files
committed
Adding language selector
1 parent f7f156f commit 2893131

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# gRPC Sample : Python
22

3+
### View this sample in other languages
4+
| [C#](https://github.com/jeffhollan/grpc-sample-dotnet) | [Go](https://github.com/jeffhollan/grpc-sample-go) | [Java](https://github.com/jeffhollan/grpc-sample-java) | [JavaScript](https://github.com/jeffhollan/grpc-sample-node) | [Python](https://github.com/jeffhollan/grpc-sample-python) |
5+
| --- | --- | --- | --- | --- |
6+
7+
38
The following is a sample of a gRPC client calling another container running gRPC server to execute a `SayHello` call. The solution runs on Azure Container Apps.
49

510
## Deploy the sample
@@ -74,4 +79,4 @@ pip install grpcio-tools
7479

7580
python -m grpc_tools.protoc -I./protos --python_out=./protos --grpc_python_out=./protos ./protos/greet.proto
7681
sed -i '' 's|import greet_pb2|from . import greet_pb2|g' protos/greet_pb2_grpc.py
77-
```
82+
```

0 commit comments

Comments
 (0)