Hi,
I want to use websocket which will get updates from socket server and vaadin will push that changes to application’s specific page.
Websocket sometimes return json string of records by using this I want to update grid data.
Just please let me know how can I use websocket to get data from socket server and same time update page data by vaadin push.
Not only first UI page but also I want to push changes on other pages of application. how can I do this ?