I would like to know how update messages were implemented on this crowded stack.
To be more precise, for example, while I try to answer a question, and I am in the middle of entering my answer, I will see a message on top of the page in which a new answer is added. How this function was implemented.
AFAIK, a possible way could be HTML5 websocket or serversocket technology. is there any other way to achieve such a push notification system, especially using java, spring and jquery?
Not sure how to tag this question. correct the tags if I am wrong.
source share