This is an example showcasing unary and streaming requests, creating and using transports and layering as a very simple chatting app.
To run the server:
$ cargo run --package chat_server
To run the CLI client:
$ cargo run --package chat_client
To run the WASM web client, you will need trunk
:
$ trunk serve wasm_client/index.html