Chat-r is a simple real-time chat application prototype implemented in Rust.
- Clone this repo
- Install Rust
- Install cargo-leptos
- Run
cargo leptos watchin the project's root directory - Go to
http://localhost:3000in your browser- The port can be changed in
Cargo.tomlassite-addr
- The port can be changed in