Historically, I mainly wrote web applications in Django, but now I increasingly find that I want to write single-page web applications using Backbone.js or a similar JavaScript framework with background content that consists entirely of a database and API.
My questions are as follows. If my application structure looks like this:
1. Database | v 2. API methods | v 3. Single-page front-end written with Backbone
and I'm most comfortable with Django, but also interested in learning new things like NoSQL and Node, if appropriate - what do people recommend using for (2)?
I usually use Django with Piston as an API application, but it seems to have a lot of weight to have all of Django and use it only as an API provider. Perhaps I should not worry.
flossfan
source share