Watch internet videos together (via hotlink only) for movie night :D
 
 
 
 
 
Go to file
easrng 2d544620ed add linkification and time and join chips 2022-03-09 18:38:22 -05:00
frontend add linkification and time and join chips 2022-03-09 18:38:22 -05:00
scripts i think i did something weird with git 2022-02-18 12:20:08 -05:00
src Fix clippy warnings & run cargo fmt 2022-02-15 23:22:24 +00:00
.editorconfig Initial commit 2021-10-24 23:48:27 +01:00
.gitignore add emoji downloader script 2022-02-14 19:50:24 +01:00
Cargo.lock Initial commit 2021-10-24 23:48:27 +01:00
Cargo.toml Add an emoji list endpoint 2022-02-15 23:15:06 +00: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