Top "Flask-socketio" questions

Flask-SocketIO lets Flask python applications access low latency bi-directional communications between the clients and the server

Flask: A RESTful API and SocketIO Server

Background I am trying to create a simple REST API using the Flask-RESTful extension. This API will be working primarily …

python flask flask-restful flask-socketio
Socket.io with flask-socketio python. How to set socket keepalive/timeout

I am struggling to find any documentation about a timeout value for socket.io. I am using //cdnjs.cloudflare.com/…

python websocket socket.io flask-socketio
Correct configuration for Flask SocketIO

I have been following this tutorial to try and get Flask SocketIO running using nginx and gunicorn. nginx server { location / { …

python nginx gunicorn flask-socketio
RuntimeError: working outside of request context

I am trying to create a 'keepalive' websocket thread to send an emit every 10 seconds to the browser once someone …

python websocket flask flask-socketio
Flask-SocketIO and 400 Bad Request

I'm running a Flask application with socketio to deal with notifications. The Flask app is listening at port 5000 and the …

python flask socket.io flask-socketio