Modern WebSocket support for Flask.
- Python 100%
|
All checks were successful
build / tests-3.10 (push) Successful in 1m16s
build / tests-3.11 (push) Successful in 1m8s
build / lint (push) Successful in 2m1s
build / tests-3.12 (push) Successful in 1m9s
build / zizmor (push) Successful in 10s
build / tests-3.13 (push) Successful in 1m13s
build / tests-3.14 (push) Successful in 1m18s
build / tests-pypy-3.11 (push) Successful in 2m42s
|
||
|---|---|---|
| .forgejo/workflows | ||
| docs | ||
| examples | ||
| src/flask_sock | ||
| tests | ||
| .gitignore | ||
| .readthedocs.yaml | ||
| CHANGES.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| MANIFEST.in | ||
| pyproject.toml | ||
| README.md | ||
| SECURITY.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.
Resources
Sponsor this project
This project relies on contributions from its users. If you benefit from it please consider making a single or ongoing monetary contribution in one of the following platforms:
Thank you!