diff --git a/README.md b/README.md index e69de29..9aae548 100644 --- a/README.md +++ b/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 +``` \ No newline at end of file