推荐一个异步的 python web 框架 tornado
时间:2010-07-16 来源:zhongwei-leg
昨天一个同事推荐我看一下 tornado 的源码, 匆匆安装了一下, 发现和 GAE 的使用非常的相似。
什么是 tornado:
"Facebook发布了一个开源实时Web server。被称为Tornado的开源Web server用Python语言编写,设计能处理数千条同时发生的请求。Tornado与现有的用Python语言编写的Web框架类似,突出的是速度和 处理海量的同时发生的连接请求的能力。Facebook的开放程序主管David Recordon认为,开放Tornado的源代码,可以促进整个互联网的创新。"
相关的资料:
官方首页: (似乎被屏蔽了)
http://www.tornadoweb.org
Google App Engine 上的空间:
http://facebook-tornadoweb.appspot.com/
github地址:
http://github.com/facebook/tornado
相关阅读 更多 +