flask-sock 0.7.0


pip install flask-sock

  Latest version

Released: Oct 02, 2023


Meta
Author: Miguel Grinberg
Requires Python: >=3.6

Classifiers

Environment
  • Web Environment

Intended Audience
  • Developers

Programming Language
  • Python :: 3

License
  • OSI Approved :: MIT License

Operating System
  • OS Independent

flask-sock

Build status codecov

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.

Resources

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
flask (>=2)
simple-websocket (>=0.5.1)