Skip to content

Commit c3c3e3d

Browse files
committed
Update README.md
1 parent 2df45fe commit c3c3e3d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,18 @@ Generate grpc code based on proto file
1818
python3 -m grpc_tools.protoc -I protos --python_out=. --grpc_python_out=. protos/greet.proto
1919
```
2020

21-
Run the Envoy
21+
Run the Envoy (The Envoy allows a grpc-web app to communicate with the gRPC server)
2222
```
2323
envoy -c envoy.yaml
24-
```
24+
```
25+
26+
Run the gRPC Server
27+
```
28+
python3 server.py
29+
```
30+
31+
Run the gRPC Client
32+
```
33+
python3 client.py
34+
```
35+

0 commit comments

Comments
 (0)