What the diferences : web.py Tornado Twisted ?!

filipp no-one at unflyingobject.com
Tue Nov 6 11:40:17 EST 2012


On 2012-11-02 15:50:30 +0000, nepaul said:

> What the diferences : web.py Tornado Twisted ?!

There really is a lot of material on this online, including numerous 
videos. But in my experience Tornado is basically a (really cool and 
easy to use) programmable web server whereas Twisted is a framework for 
building any kind of network server. I guess you could say one could 
use Twisted to build Tornado, but not the other way around. :)

Just my 2c, haven't used web.py myself. Google is your friend and as 
always - concentrate on what you're trying to solve and then choose the 
right tool for the job, not the other way around. :-)


hth,
-flip

-- 
-filipp
http://unflyingobject.com
"The future is here. It's just not evenly distributed yet."
    -- William Gibson




More information about the Python-list mailing list