This commit is contained in:
Víctor Martínez 2021-03-07 21:32:28 +01:00
parent e27d4eb0ad
commit 099a1584a5

View file

@ -1,6 +1,6 @@
# Actix Chat rooms
> Chat room application backend which allows you to create, join, leave chat rooms & send message to other anonymous users. Build using Actix Web, Actix & Actix WebSocket actors
> 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
@ -12,4 +12,9 @@ cargo build
```sh
cargo run
```
```
## Todo List
+ HeartBeat on ws session actor to check clients state
+ Add a redis db to store messages & active rooms