Lines Matching +full:node +full:- +full:releases
20 virtualenv venv -p python3
22 pip install -r requirements.txt
31 …ribed in [gRFC A27](https://github.com/grpc/proposal/blob/master/A27-xds-global-load-balancing.md):
46 "node": <JSON form of Node proto>
53 export GRPC_XDS_BOOTSTRAP=/etc/xds-bootstrap.json
59 python client.py xds:///my-backend
65 install [`grpcurl`](https://github.com/fullstorydev/grpcurl/releases). This will allow
71 1. Verify the server's application-layer service:
74 > grpcurl --plaintext -d '{"name": "you"}' localhost:50051
83 > grpcurl --plaintext localhost:50051 list
92 > grpcurl --plaintext -d '{"service": "helloworld.Greeter"}' localhost:50051
98 > grpcurl --plaintext -d '{"service": ""}' localhost:50051
109 Add the `--secure true` flag to the invocation outlined above.
112 python server.py --secure true
117 Add the `--secure true` flag to the invocation outlined above.
122 python client.py xds:///my-backend --secure true