From 16cd0a45fd3c2e399453a679e6cc95f226101a7c Mon Sep 17 00:00:00 2001 From: videogame hacker Date: Mon, 25 Oct 2021 00:11:00 +0100 Subject: [PATCH] Add a README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a16d72a --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# watch-party + +A Rust HTTP service that allows you to watch videos together with friends. + +## Usage + +```shell +$ cargo run --release +# The server should listen at http://127.0.0.1:3000/ by default +```