Go to file
Kay Faraday 7801ac0dc0 get_emojis_mastodon.sh: fix specifying instance by argv[1] 2022-06-11 02:18:04 +00:00
frontend use nanoid instead of UUID 2022-05-05 05:43:31 +00:00
scripts get_emojis_mastodon.sh: fix specifying instance by argv[1] 2022-06-11 02:18:04 +00:00
src use nanoid instead of UUID 2022-05-05 05:43:31 +00:00
.editorconfig Initial commit 2021-10-24 23:48:27 +01:00
.gitignore add downloader script 2022-02-14 13:47:05 -05:00
Cargo.lock use nanoid instead of UUID 2022-05-05 05:43:31 +00:00
Cargo.toml use nanoid instead of UUID 2022-05-05 05:43:31 +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