mirror of
https://codeberg.org/JasterV/chat-rooms-actix.git
synced 2026-04-26 18:10:04 +00:00
readme
This commit is contained in:
parent
a7b482be4a
commit
e27d4eb0ad
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -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
|
||||
```
|
||||
Loading…
Reference in a new issue