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


Groups > comp.lang.python > #40596

Re: Twisted or Tornado?

Newsgroups comp.lang.python
Date 2013-03-05 19:30 -0800
References <f2fafd69-0604-4026-8253-8cacdabdbe64@googlegroups.com>
Message-ID <626cc4fe-670c-4c78-9934-c7aabc4eeaae@googlegroups.com> (permalink)
Subject Re: Twisted or Tornado?
From system.healer@gmail.com

Show all headers | View raw


Second on django.  This'll do.

https://bitbucket.org/jespern/django-piston/

Build whatever data models you want on the back-end and start spitting out JSON with a couple lines of code.

Used this to build an IAP server for iOS apps.  This one hasn't gone into production yet but I know of at least one high-profile platform developer that was using this same setup for years.


On Thursday, February 28, 2013 4:28:52 PM UTC-8, Jake Angulo wrote:
> I have to say it first: I am not trolling :P
> 
> 
> 
> Im working on a server project (with IOS client) and would like to create a custom, lean and mean server - real Quick!
> 
> 
> 
> My requirements for this framework in descending order:
> 
> 1) Easy to use API
> 
> 2) Widely available documentation / Examples / Community contributions
> 
> 3) Feature-wise - kinda most that you commonly need is there
> 
> 
> 
> Your opinions will be valuable, if possible cite examples or URL references, Pls!  
> 
> 
> 
> I prefer opinion from those who have programmed real projects in it - not just read some blog or Slashdot :P

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


Thread

Twisted or Tornado? Jake Angulo <jake.angulo@gmail.com> - 2013-02-28 16:28 -0800
  Re: Twisted or Tornado? Michael Torrie <torriem@gmail.com> - 2013-02-28 17:39 -0700
  Re: Twisted or Tornado? Sven <svenito@gmail.com> - 2013-03-01 09:25 +0000
  RE: Twisted or Tornado? Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2013-03-01 12:55 +0300
  Re: Twisted or Tornado? Jake Angulo <jake.angulo@gmail.com> - 2013-03-04 10:35 +1100
  Re: Twisted or Tornado? Michael Torrie <torriem@gmail.com> - 2013-03-03 19:40 -0700
  RE: Twisted or Tornado? Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2013-03-05 11:07 +0300
  Re: Twisted or Tornado? Werner Thie <werner@thieprojects.ch> - 2013-03-05 09:53 +0100
  Re: Twisted or Tornado? system.healer@gmail.com - 2013-03-05 19:30 -0800

csiph-web