Which web framework to use under Backbonejs?
- by egidra
For a previous project, I was using Backbonejs alongside Django, but I found out that I didn't use many features from Django. So, I am looking for a lighter framework to use underneath a Backbonejs web app.
I never used Django built in templates. When I did, it was to set up the initial index page, but that's all.
I did use the user management…