rusty-chat icon indicating copy to clipboard operation
rusty-chat copied to clipboard

A chat app made with Rust and React

Rusty Chat

A chat app made with Rust and React.

Source code for article Building a Real-time Chat App in Rust and React.

Set up

First start the server.

RUST_LOG=info cargo run

Then start the front-end app.

cd frontend && nvm use && npm install
npm run start

Now you can open http://localhost:3000/ in multiple tabs and try it out.