chat-rooms-actix/README.md
Víctor Martínez 099a1584a5 todos
2021-03-07 21:39:07 +01:00

379 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

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