/varus

Web application for watching YouTube and other videos together with synchronized viewing time.

Primary LanguageJavaScript

Varus

Web application for watching YouTube and other videos together with synchronized viewing time.

Navigation

Installation

Varus requires Python to run.

Steps to configure the application:

  1. Install the library for creating virtual environments:
pip install virtualenv
  1. Go to the folder with the server.py file:
cd path\to\file
  1. Create a virtual environment and activate it:
virtualenv venv
venv\Scripts\activate
  1. Install the dependencies:
pip install -r requirements.txt
  1. Remove sample from config.py.sample or create a config.py file with its contents.
  2. Change the host and port to your own, or leave it as it is if you are testing on a local machine.

Running the application

  1. Activate the virtual environment.
  2. Run the server:
python server.py

UI screenshots

  1. Form of room creation.

  1. Form of room creation.

  1. Fullscreen mod.