-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc: example app - client UI #221
Comments
Actually this is an error in starting gRPCui, but I wonder if this setup description is suitable as a Documentation PR to help fellow noobs? The correct setup is:
|
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 👍🏻 |
|
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: