Watch internet videos together (via hotlink only) for movie night :D
 
 
 
 
 
Go to file
Charlotte Som 7796d8e5f0 Use WebSockets to communicate with the server instead of HTTP verbs
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.
2021-10-25 01:51:26 +01:00
frontend Use WebSockets to communicate with the server instead of HTTP verbs 2021-10-25 01:51:26 +01:00
src Use WebSockets to communicate with the server instead of HTTP verbs 2021-10-25 01:51:26 +01:00
.editorconfig Initial commit 2021-10-24 23:48:27 +01:00
.gitignore Initial commit 2021-10-24 23:48:27 +01:00
Cargo.lock Initial commit 2021-10-24 23:48:27 +01:00
Cargo.toml Initial commit 2021-10-24 23:48:27 +01:00
README.md Use the IP env var instead of HOST since HOST is used for the hostname 2021-10-25 00:31:24 +01:00

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