Hooking up Sproutcore frontend and custom Python backend

Posted by Suvir on Stack Overflow See other posts from Stack Overflow or by Suvir
Published on 2010-03-24T01:22:28Z Indexed on 2010/03/24 1:23 UTC
Read the original article Hit count: 479

Hello everyone,

I am building a web-based application. The frontend has been designed in Sproutcore. For the backend, we have our own python API which handles all transactions with multiple databases. What is the best way to hook up the front-end with the back-end.

AFAIK django is pretty monolithic (correct me if i am wrong) and it would be cumbersome if I dont use its native ORM...I would prefer a python-based solution..any ideas?

thanks!

Suvir

© Stack Overflow or respective owner

Related posts about python

Related posts about sproutcore