Skip to content

goncalofialho/VisMillion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

VisMillion requires Node.js v4+ to run.

How to install the dependencies web dependecies:

npm install 

Run the web server:

npm run rollup 

Localhost address : http://localhost:8888 Rollup allows live changes on the changed files and generates a bundle.js file with all the classes created and exported to main file.

Install backend dependecies (python3 is required):

pip3 install -r backend/requirements.txt

Run the backend server (python3 is required):

cd backend
python3 streammer.py