Flask-SocketIO
Socket.IO integration for Flask applications.
File Explorer
Download Latest Version (.zip)- bug_report.md
- config.yml
- feature_request.md
- tests.yml
- custom.css
- README.md
- api.rst
- conf.py
- deployment.rst
- getting_started.rst
- implementation_notes.rst
- index.rst
- intro.rst
- make.bat
- Makefile
- upgrading.rst
- index.html
- sessions.html
- app.py
- app_namespace.py
- requirements.txt
- sessions.py
- __init__.py
- namespace.py
- test_client.py
- .gitignore
- .readthedocs.yaml
- .travis.yml
- CHANGES.md
- LICENSE
- MANIFEST.in
- pyproject.toml
- README.md
- SECURITY.md
- test_socketio.py
- tox.ini
# Installation Guide
1. Get the code
git clone https://github.com/miguelgrinberg/Flask-SocketIO
Downloads the entire project code from GitHub to your computer.
cd Flask-SocketIO
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install flask-socketio
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install flask-socketio
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
