This commit is contained in:
Víctor Martínez 2021-03-07 21:30:55 +01:00
parent a7b482be4a
commit e27d4eb0ad

View file

@ -0,0 +1,15 @@
# 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
## Build
```sh
cargo build
```
## Run
```sh
cargo run
```