Add a README

This commit is contained in:
videogame hacker 2021-10-25 00:11:00 +01:00
parent 468843c430
commit 16cd0a45fd

10
README.md Normal file
View file

@ -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
```