Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/miguelgrinberg/Flask-SocketIO
/ types & classes
Types & classes
10 in github.com/miguelgrinberg/Flask-SocketIO
⨍
Functions
171
◇
Types & classes
10
↳
Endpoints
6
↓ 9 callers
Class
SocketIO
Create a Flask-SocketIO server. :param app: The flask application instance. If the application instance isn't known at the time t
src/flask_socketio/__init__.py:52
↓ 3 callers
Class
User
example/sessions.py:15
↓ 1 callers
Class
MyNamespace
test_socketio.py:240
↓ 1 callers
Class
MyNamespace
example/app_namespace.py:34
↓ 1 callers
Class
SocketIOTestClient
This class is useful for testing a Flask-SocketIO server. It works in a similar way to the Flask Test Client, but adapted to the Socket.IO se
src/flask_socketio/test_client.py:8
↓ 1 callers
Class
_ManagedSession
This class is used for user sessions that are managed by Flask-SocketIO. It is simple dict, expanded with the Flask session attributes.
src/flask_socketio/__init__.py:45
↓ 1 callers
Class
_SocketIOMiddleware
This WSGI middleware simply exposes the Flask application in the WSGI environment before executing the request.
src/flask_socketio/__init__.py:30
Class
FlaskSafeJSON
src/flask_socketio/__init__.py:237
Class
Namespace
src/flask_socketio/namespace.py:4
Class
TestSocketIO
test_socketio.py:287