8月 242017
 

Python web开发框架:

Django 、Flask、Tornado、Bottle、Twisted

 

Tornado: http://www.tornadoweb.org/en/stable/

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.

 

Twisted: https://pypi.python.org/pypi/Twisted/     http://twistedmatrix.com/trac/

An asynchronous networking framework written in Python

 

twisted/tornado 更是一个server,框架部分只是方便使用该server而附带的,不是重点;你可以选择使用tornado server + Django框架, 而对于Bottle框架而言,是允许指定使用哪种server的,支持的server有:

Bottle默认使用的server为: 如下:

所以,有些技术不是同一个层面的,不能相提并论,非此即彼;

 

Django or Flask:

https://www.zhihu.com/question/33538127

 

http://bottlepy.org/docs/dev/index.html

 

http://www.cnblogs.com/suzhigang/p/6208244.html

 Posted by at 下午 3:40

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">

(required)

(required)

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据