mirror of
https://git.lavender.software/lavender/watch-party.git
synced 2024-11-23 18:47:32 +00:00
3e00d296f8
lmao
11 lines
285 B
Markdown
11 lines
285 B
Markdown
# 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
|
|
```
|