Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tinrab/rusty-chat

A chat app made with Rust and React
https://github.com/tinrab/rusty-chat

react rust tutorial websocket

Last synced: about 1 month ago
JSON representation

A chat app made with Rust and React

Awesome Lists containing this project

README

        

# Rusty Chat



A chat app made with Rust and React.

Source code for article [Building a Real-time Chat App in Rust and React](https://outcrawl.com/rust-react-realtime-chat).

## Set up

First start the server.

```bash
RUST_LOG=info cargo run
```

Then start the front-end app.

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

Now you can open in multiple tabs and try it out.