Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 530 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 530 Bytes

python-websockets-talk

Talk inspired and based on makaimc/python-websockets-example

Building and running the code

Using Fig and Docker

fig up

The site should be served at http://localhost:8888/

Alternatives

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/