Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 412 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 412 Bytes

chat

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