I have to develop a program where I need to get the event from server and want to update the web page.
e.g. I have multiple browser tab opened for chat and each chat page have its own thread to fetch the event from the server but once the one thread among the chat will fetch the event than other get empty stack of event due to extract by the another Chat page.
So, here my concern is to share event with multiple chat pages without refreshing the page.