Skip to content

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

Notifications You must be signed in to change notification settings

brokenprogrammer/oskarmendel.me-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages