A chat app made with Rust and React.
Source code for article Building a Real-time Chat App in Rust and React.
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.