Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #32831

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

From filipp <no-one@unflyingobject.com>
Organization disorganized
Newsgroups comp.lang.python
Message-ID <2012110618401790695-noone@unflyingobjectcom> (permalink)
References <e868e1a5-9e12-4a7c-9d24-7339dcee0496@googlegroups.com>
Subject Re: What the diferences : web.py Tornado Twisted ?!
Date 2012-11-06 18:40 +0200

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

What the diferences : web.py Tornado Twisted ?! nepaul <xs.nepaul@gmail.com> - 2012-11-02 08:50 -0700
  Re: What the diferences : web.py Tornado Twisted ?! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-11-03 01:04 +0000
  Re: What the diferences : web.py Tornado Twisted ?! Chris Angelico <rosuav@gmail.com> - 2012-11-03 13:57 +1100
  Re: What the diferences : web.py Tornado Twisted ?! filipp <no-one@unflyingobject.com> - 2012-11-06 18:40 +0200

csiph-web