Re: Django views/templates vs. Javascript MVC Front-ends

2014-09-05 Thread Collin Anderson
I think many people are going the django-as-a-REST-server route. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.

Django views/templates vs. Javascript MVC Front-ends

2014-09-05 Thread Bobby Mozumder
It seems that the MVC Javascript systems like Angular and Ember are winning the front-end. They're very responsive compared to being served files from the back-end - no need to wait for server responses, since there's a local cache subset of the database in the browser. It would probably be us