You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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....
The text was updated successfully, but these errors were encountered:
Hey @taqtiqa-mark, thank you for reporting this 🙇🏻♂️
I think more documentation is always better. We can definitely add more information in a relevant README.md file 👍🏻
I cannot spot any difference from the two commands you posted in your comments. Is it the same?
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 run
podman run -it --rm --network="host" -v $(pwd)/proto:/protos fullstorydev/grpcui -plaintext localhost:10437
http://0.0.0.0:8080/
The text was updated successfully, but these errors were encountered: