This sample demonstrates how to use websockets on Google App Engine Flexible Environment.
Refer to the top-level README for instructions on running and deploying.
To run locally, you need to use gunicorn with the flask_socket worker:
$ gunicorn -b 127.0.0.1:8080 -k flask_sockets.worker main:app