chat-rust

A simple chat app with authentication and websockets developed using Rust and Vue.js.

How to Run:

# Client
cd client
yarn install
yarn serve

# Server
cd server
cargo run