Skip to content

garym/python-websockets-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published