On Wed, Oct 12, 2011 at 7:39 AM, lankesh87 <lankesh...@gmail.com> wrote:
> 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:

<http://stackoverflow.com/questions/3163192/will-websockets-in-html-5-replace-ajax-for-partial-page-refreshes>

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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to