Watch internet videos together (via hotlink only) for movie night :D
 
 
 
 
 
Go to file
Charlotte Som 4b7ad17588 Print the binding address when running 2021-10-25 00:24:56 +01:00
frontend Initial commit 2021-10-24 23:48:27 +01:00
src Print the binding address when running 2021-10-25 00:24:56 +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 Support HOST and PORT environment variables for socket binding 2021-10-25 00:13:25 +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 HOST and PORT environment variables to override this