flask-sock0.7.0
flask-sock0.7.0
Published
WebSocket support for Flask
pip install flask-sock
Package Downloads
Authors
Project URLs
Requires Python
>=3.6
flask-sock
WebSocket support for Flask. What makes this extension different than others is that it does not require a greenlet based server (gevent, eventlet) to work.
This WebSocket implementation is compatible with the Flask development web server. For a production deployment it can be used with Gunicorn, Eventlet or Gevent.