Gentlefolk,
Thank you to all of the fine Pythonistas I've been corresponding with
and meeting. I now have a list of seven frameworks with which to build a REST
app server.
1) Django-Piston, <https://bitbucket.org/jespern/django-piston/wiki/Home>
2) Django-TastyPie, <http://toastdriven.github.com/django-tastypie/>
3) Pylons routes, <http://routes.groovie.org/index.html>
4) WSGIService, <https://github.com/pneff/wsgiservice>
5) itty, <http://toastdriven.com/fresh/itty-sinatra-inspired-micro-framework/>
6) dj-webmachine, <https://github.com/benoitc/dj-webmachine>
7) CherryPy, <http://www.cherrypy.org/>
The virtue of starting with a simple API is that I can implement the
REST routes in multiple servers. This will be instructive. There is a natural
breakdown of the packages into three groups: Django-based (Piston, TastyPie and
webmachine), WSGI based (Pylons routes, WSGIService and itty) and HTTP server
based (CherryPy).
There is much to study here. Thank you for the pointers.
Anon,
Andrew
____________________________________
Andrew W. Donoho
Donoho Design Group, L.L.C.
[email protected], +1 (512) 750-7596
Knowing is not enough; we must apply.
Willing is not enough; we must do.
-- Johann Wolfgang von Goethe
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.