Modern WebSocket support for Flask.
- Python 100%
| .github/workflows | ||
| docs | ||
| examples | ||
| src/flask_sock | ||
| tests | ||
| .gitignore | ||
| .readthedocs.yaml | ||
| CHANGES.md | ||
| LICENSE | ||
| MANIFEST.in | ||
| pyproject.toml | ||
| README.md | ||
| tox.ini | ||
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.