Path: csiph.com!usenet.pasdenom.info!goblin3!goblin.stu.neva.ru!newsfeed3.funet.fi!newsfeeds.funet.fi!feeder2.news.elisa.fi!feeder1.news.elisa.fi!uutiset.elisa.fi!7564ea0f!not-for-mail From: filipp Organization: disorganized Newsgroups: comp.lang.python Message-ID: <2012110618401790695-noone@unflyingobjectcom> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: What the diferences : web.py Tornado Twisted ?! User-Agent: Unison/2.1.9 Lines: 24 Date: Tue, 6 Nov 2012 18:40:17 +0200 NNTP-Posting-Host: 82.181.213.38 X-Complaints-To: newsmaster@saunalahti.com X-Trace: uutiset.elisa.fi 1352220017 82.181.213.38 (Tue, 06 Nov 2012 18:40:17 EET) NNTP-Posting-Date: Tue, 06 Nov 2012 18:40:17 EET Xref: csiph.com comp.lang.python:32831 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