简体   繁体   English

不使用WSGI在AWS Elastic Beanstalk上部署Tornado

[英]Deploying Tornado on AWS Elastic Beanstalk without WSGI

I have looked at Deploying Tornado app on AWS Elastic Beanstalk 我看过在AWS Elastic Beanstalk上部署Tornado应用程序

And the solution there was to wrap the app in WSGI wrapper. 解决方案是将应用程序包装在WSGI包装器中。

Is there anybody who runs a tornado app without the use of WSGI ? 是否有人在不使用WSGI的情况下运行龙卷风应用程序?

Elastic Beanstalk's standard python platform requires the use of WSGI. Elastic Beanstalk的标准python平台要求使用WSGI。 You'll need to build a custom platform . 您需要构建一个自定义平台 I'm not aware of any existing platforms that are compatible with tornado, but it should be possible to adapt one of the existing samples (I'd start with the node.js one). 我不知道任何与Tornado兼容的现有平台,但是应该可以改编其中一个现有示例(我将从node.js入手)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM