Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Tornado python 6.3.2 and appengine python standard environment.

Good morning everybody.

I like to know if it's possible to run the latest tornado python in google appengine. As far i understant is not posible.

https://www.tornadoweb.org/en/stable/wsgi.html#module-tornado.wsgi 

"The reverse is not supported; the Tornado Application and RequestHandler classes are designed for use with the Tornado HTTPServer and cannot be used in a generic WSGI container."

Thanks in advance.

1 1 200
1 REPLY 1

Hi @ajgomezlopez,

Welcome to Google Cloud Community!

From this google public documentation, you can actually use other web frameworks with App Engine, like uwsgi and tornado.

See this guide on running and deploying Tornado. If you run into any issues you may want to seek assistance from Google Cloud Support, as they can provide more specific guidance based on your configuration and setup.