[omaha] best python web framwork

Jeff Hinrichs jeffh at delasco.com
Thu Jul 14 19:17:49 CEST 2011


On Thu, Jul 14, 2011 at 12:12 PM, James Harr <james.harr at gmail.com> wrote:

> I've played with WSGI a little bit. It really looks like a more modern
> version of CGI. I'd be more inclined to use a framework that can use
> WSGI than to use WSGI directly. IIRC, most of the controller
> frameworks (ie: django, turbogears) can be rigged up to work with
> WSGI, run as their own daemon (mostly for code development), or just
> mod_python directly.
>
> At some point, I'm going to hack up a light weight JSON-RPC controller
> framework in python that supports "Class.method" instead of just
> "method" to go along with a GWT JSON-RPC library
> (https://github.com/jamesharr/jsondto/wiki ; need to throw up some
> better samples). WSGI seems like a good fit for that.


Check out, Piston https://bitbucket.org/jespern/django-piston/wiki/Home
for your REST needs.

Best,

Jeff


More information about the Omaha mailing list