Please help me out. Doubt: Is reverse Ajax implementation requires server side implementation also? Prob: I read about reverse ajax and I know also how it works but don't know how to implement it?
Asked
Active
Viewed 180 times
0
-
1And what do you mean by *"reverse ajax"*, just pushing from the server, like Comet or sockets, or something else ? – adeneo Dec 03 '15 at 10:25
-
if you can't implement it, you don't know how it works. You also have a doubt that you need server side implementation ... clearly reverse ajax is not what you think it is if you have doubts about this – Jaromanda X Dec 03 '15 at 10:30
-
I read about reverse from here: http://www.ibm.com/developerworks/library/wa-reverseajax1/ – Sandeep Jaluthairya Dec 03 '15 at 10:33
-
sorry reverse ajax in above comment. what I want is to hit a URL once and read the responses from it continuously without requesting again and again. And I can't change anything on server side. – Sandeep Jaluthairya Dec 03 '15 at 10:36
-
1@SandeepJaluthairya - if you have a back-end that serves a (one) response when it receives a request, you _need_ to change the back-end if you want it to continue to provide continuous output after receiving an(one) initial request. I mean, you are expecting a different behaviour from the server-side code after all - this obviously, requires different code to perform it. – enhzflep Dec 03 '15 at 11:01