watch-party/README.md

12 lines
285 B
Markdown
Raw Permalink Normal View History

2021-10-24 23:11:00 +00:00
# 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,
# but you can use the IP and PORT environment variables to override this
2021-10-24 23:11:00 +00:00
```