On Thu, Sep 20, 2012 at 7:12 PM, Russell Keith-Magee <russ...@keith-magee.com> wrote: > In the case of Real-time, the answer is maybe. Serving real-time data > will probably require some modifications to core -- the mechanisms > used to serve real-time data are different to traditional 'static > page' mechanisms.
I guess in this context by 'real-time' you mean something not-exactly-http, like long polling, comet or websockets. I agree that since plain AJAX is (from the point of view of the server) just non-necesarily-html but totally http, the Django core needs no modification, just some clever view handling. -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.