Skip to content

dwsutherland/flask-gevent-websockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flask-gevent-websockets

Example code from tutorial given by Matt Makai: https://youtu.be/L5YQbNrFfyw

Referenced in his full stack python site: https://www.fullstackpython.com/websockets.html

Requirements

pip install flask redis flask-socketio gevent gevent-websocket

result

click==6.7 Flask==1.0.2 Flask-SocketIO==3.0.1 gevent==1.3.5 gevent-websocket==0.10.1 greenlet==0.4.14 itsdangerous==0.24 Jinja2==2.10 MarkupSafe==1.0 python-engineio==2.2.0 python-socketio==2.0.0 redis==2.10.6 six==1.11.0 Werkzeug==0.14.1

Running redis server

sudo yum install redis $ redis-server

About

The Matt Makai python websockets presentation:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published