brokenprogrammer / oskarmendel.me-watch

A web application running on my web server with the functionality of playing videos asynchronous for all connected clients.

Home Page:http://oskarmendel.me/

Repository from Github https://github.combrokenprogrammer/oskarmendel.me-watchRepository from Github https://github.combrokenprogrammer/oskarmendel.me-watch

oskarmendel.me-watch

A web application with the functionality of playing videos asynchronous for all connected clients. Note: the virtual env folder is just here temporary since i had problems with it while transfering it to my server.

Setting up

You can set this package up with a virtualenv:

$ virtualenv venv
$ . venv/bin/activate

Then you install the dependencies located in requirements.txt:

(venv) $ pip install -r requirements.txt

Then you can feel free to run the application:

(venv) $ python app.py

About

A web application running on my web server with the functionality of playing videos asynchronous for all connected clients.

http://oskarmendel.me/


Languages

Language:Python 98.8%Language:JavaScript 0.5%Language:HTML 0.3%Language:CSS 0.2%Language:C 0.1%