mirror of
https://git.lavender.software/lavender/watch-party.git
synced 2024-11-24 02:47:43 +00:00
10 lines
210 B
Markdown
10 lines
210 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
|
|
```
|