Flask-Sockets is a Flask extension which makes it easier for developers to use Web Sockets in their Flask projects.
I'm using Nginx + flask-socketio + aws elb and when the URL is loaded on https I'm getting the following error message …
nginx flask flask-socketio flask-socketsI'm trying to use Flask-Sockets with the example code: sockets = Sockets(app) @sockets.route('/echo') def echo_socket(ws): …
python sockets websocket flask flask-sockets