flask-socketio

Package — Web AuthPython 3.7+Intermediate

WebSocket support for Flask via Socket.IO

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
Flask, python-socketio, python-engineio
Install
pip install flask-socketio

Learn by Difficulty

Quick Example

python
# Install: pip install flask-socketio
import flask_socketio

# Basic flask-socketio usage
print(f"Using flask-socketio")
# See documentation for detailed examples

flask-socketio is a third-party package. WebSocket support for Flask via Socket.IO. Install with: pip install flask-socketio

Try in Playground

Tags

packagewebauthenticationmiddleware