chat-rooms-actix/README.md
Víctor Martínez e27d4eb0ad readme
2021-03-07 21:30:55 +01:00

15 lines
No EOL
259 B
Markdown

# 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
```