In my Web application. I want client page get refreshed automatically whenever changes done on Server. I don't want to set automatic reload option in the browser
I gave it a try with Promise concept but no use
When I click on Submit button from one page then the another page opened in another browser (client URL) should get refreshed as well.