mirror of
https://codeberg.org/JasterV/chat-rooms-actix.git
synced 2026-04-26 18:10:04 +00:00
todos
This commit is contained in:
parent
e27d4eb0ad
commit
099a1584a5
1 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
@ -13,3 +13,8 @@ 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
|
||||
Loading…
Reference in a new issue