Thanks for the work on eventually. I'm trying to come to grips with the moving parts and encountered some trouble in getting a client to test the server setup I thought the following might be a useful addition to the documentation (README.md?)
To setup a Client
- Go to 'examples/bank-accounting'
- Execute
cargo run
- Start another shell, execute
podman run -it --rm --network="host" -v $(pwd)/proto:/protos fullstorydev/grpcui -plaintext localhost:10437
- See the gRPCui web page at
http://0.0.0.0:8080/
- How to test the functionality via this client....
Thanks for the work on eventually. I'm trying to come to grips with the moving parts and encountered some trouble in getting a client to test the server setup I thought the following might be a useful addition to the documentation (README.md?)
To setup a Client
cargo runpodman run -it --rm --network="host" -v $(pwd)/proto:/protos fullstorydev/grpcui -plaintext localhost:10437http://0.0.0.0:8080/