Flask socket IO emit from another module Flask socket IO emit from another module flask flask

Flask socket IO emit from another module


Please try and install Redis and eventlet for asynchronous calls and to send messages from other modules. As described in the documentation then you can change your line in app.py to

socketio = SocketIO(app, cors_allowed_origins="*", message_queue='redis://', async_mode='eventlet')