From e27d4eb0ad2e9ed34b061920d6dfa1d9121e2eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Sun, 7 Mar 2021 21:30:55 +0100 Subject: [PATCH] readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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