What will be the best way to push data from server side to client, while client is a web browser.
My server side is build in java, and client side is on html, js, ajax.
Mode of munication is HTTP protocol.
What will be the best way to push data from server side to client, while client is a web browser.
My server side is build in java, and client side is on html, js, ajax.
Mode of munication is HTTP protocol.
Share Improve this question asked Apr 4, 2014 at 14:05 anijanij 1,3726 gold badges23 silver badges41 bronze badges1 Answer
Reset to default 7WebSockets is the "real" way to do it. WebSockets
Java Implementation Atmosphere