Reverse AJAX like DWR Vs polling
I have a web app which uses polling i.e. make AJAX requests to the server
every few seconds and updates some data on the UI once it gets some
data...
My question is can i implement the same in a better way using reverse ajax
techniques like DWR. Please let me know if there are any advantages or
drawbacks in either of the ways..
No comments:
Post a Comment