chat-rooms-actix/README.md
Víctor Martínez 667053ce6b readme change
2021-03-09 00:37:55 +01:00

324 B

Actix Chat rooms

Chat room application backend which allows you to create, join, leave chat rooms & send message to other anonymous users. Built using Actix Web, Actix & Actix WebSocket actors

Build

cargo build

Run

cargo run

Todo List

  • Add a redis db to store messages & active rooms