forked from lavender/watch-party
Charlotte Som
7796d8e5f0
This means that we can filter out our own events and have an outgoing debounce set up when we receive an incoming event. Hopefully this means that we stop seeing repeat events when there is more latency involved. |
||
---|---|---|
frontend | ||
src | ||
.editorconfig | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
README.md
watch-party
A Rust HTTP service that allows you to watch videos together with friends.
Usage
$ 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