Flask-SocketIO on OpenShift: fallback on another port
Category: flask
#flask-socketio #flask #socketio #openshift
TL; DR¶
I hacked the SocketIO client
0.9.16 to support
specifying a special port (wsport
) to use only for the WebSocket protocol,
while keeping all other traffic on the default port. This is required by setups
such as OpenShift which require WebSocket traffic to come over a different …