> Actually my project guide is asking me to search for ajax replacement
> in django. So that way we dont have to use ajax.
Perhaps it's a trick question?
Maybe you project guide does not like the "Ajax" buzzword? :)
Just call it XHR:
<http://www.quirksmode.org/js/xmlhttp.html>
<http://en.wikipedia.org/wiki/XMLHttpRequest>
On a more serious note...
I have never used, and this might be a wild goose chase, but what
about html5 WebSockets?
<http://pypi.python.org/pypi/django-websocket>
<http://dev.w3.org/html5/websockets/>
The first answer here does a nice job at explaining the difference
between XMLHttpRequest and WebSocket technology:
Good luck!
Cheers,
M
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment