Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 59398

每日一搏 | Python Web 框架 Tornado 运行和部署

$
0
0

运行和部署

因为Tornado内置了自己的HTTPServer,运行和部署它与其他Python web框架不太一样。你需要写一个main()函数来启动服务,而不是配置一个WSGI容器来运行你的应用:


Viewing all articles
Browse latest Browse all 59398

Trending Articles