Flask-SocketIO 5.4.1
0
Socket.IO integration for Flask applications
Contents
Socket.IO integration for Flask applications
Stars: 5359, Watchers: 5359, Forks: 891, Open Issues: 9The miguelgrinberg/Flask-SocketIO
repo was created 10 years ago and the last code push was 1 weeks ago.
The project is extremely popular with a mindblowing 5359 github stars!
How to Install flask-socketio
You can install flask-socketio using pip
pip install flask-socketio
or add it to a project with poetry
poetry add flask-socketio
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/Flask-SocketIO/
- GitHub Repo:
- https://github.com/miguelgrinberg/flask-socketio
Classifiers
Related Packages
Errors
A list of common flask-socketio errors.
Code Examples
Here are some flask-socketio
code examples and snippets.
GitHub Issues
The flask-socketio package has 9 open issues on GitHub
- Room parameter of send() was silently renamed between v4 and v5.
- Redis / Eventlet / Flask-SocketIO