Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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