Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 452 Bytes

File metadata and controls

11 lines (6 loc) · 452 Bytes

Python websockets sample for Google App Engine Flexible Environment

This sample demonstrates how to use websockets on Google App Engine Flexible Environment.

Running locally

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