Talk inspired and based on makaimc/python-websockets-example
fig up
The site should be served at http://localhost:8888/
sudo apt-get install redis python3 python-virtualenv
virtualenv demoenv -p python3
source demoenv/bin/activate
pip install -r requirements.txt
You will also need to set the database connection to localhost.
python app.py
The site should be served at http://localhost:8888/