You are not logged in.
Pages: 1
can any one please explain me,, what is the concept behind status in gmail....
how does it actually work...
can we do dat using socket programming.. through c language
Offline
It uses XMLHttpRequest object to asynchronously update the status.
You can do it in C, browsers do it all the time, but it's easier to use an
existing HTTP library, either a C one or one for a higher level language
like Python.
EDIT: As far as the server-side goes, I think it just looks like a normal
HTTP request, mostly, but with something else than HTML returned.
Offline
Pages: 1