Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current Restore this Version View Page History

« Previous Version 2 Next »

See /wiki/spaces/SD/pages/986972173 for reference material

rustup toolchain install stable
rustup component list
rustup component add rustfmt
cargo new helloworld-tonic
cd helloworld-tonic

follow instructions in helloworld-tutorial, creating build.rs, server.rs, and helloworld.proto, and modifying Cargo.toml. Also add mod server; to beginning of main.rs

Run server

cargo run --bin helloworld-server

Install BloomRPC and run
select helloworld.rpc on left

click play button

You should see Response on right