No description
Find a file
Víctor Martínez 099a1584a5 todos
2021-03-07 21:39:07 +01:00
src refactor 2021-03-07 21:27:29 +01:00
.gitignore first commit 2021-03-06 21:26:56 +01:00
Cargo.lock refactor 2021-03-07 21:27:29 +01:00
Cargo.toml refactor 2021-03-07 21:27:29 +01:00
README.md todos 2021-03-07 21:39:07 +01:00

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

  • HeartBeat on ws session actor to check clients state
  • Add a redis db to store messages & active rooms