hi all,
i want to know if its possible to update a page based on some information we recieve from a device which a client will have.
the simple issue is that a client device will be sending me some values by making a request along with some parameter values. i have to recieve the request, get the values and update the information on the web page.
i don't know if the get() and post() function can be used in any way.. they are supposed to send request.
is there any method to recieve request..
if I don't find a solution using jquery, i will be forced to use a servlet, but then again, i have to somehow update the page directly, i can't save the data anywhere and read it. because, one thing is the data is critical and other thing is that i will get data every 5 seconds.
any solution or logic will be helpful..