mirror of
https://codeberg.org/JasterV/chat-rooms-actix.git
synced 2026-04-26 18:10:04 +00:00
15 lines
No EOL
259 B
Markdown
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
|
|
``` |