Archana Bongale
Posts: 0
Joined: Tue Jul 01, 2014 3:53 am

Updating UI components using Websockets

Hello, I have a requirement in my application to use websockets. Based on response/request received from Websocket service , I want to update UI components. Do you have an example or pointers on how can I achieve that inside appery?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Updating UI components using Websockets

Hello Archana,

Appery.io can update UI components via services, so you can write your realisation of web sockets:
https://developer.mozilla.org/en-US/d...
and use it in the generic service: https://devcenter.appery.io/documenta...

Archana Bongale
Posts: 0
Joined: Tue Jul 01, 2014 3:53 am

Updating UI components using Websockets

Do you have any pointers on how can i update my UI using onMessage handler? If we receive data from other side of the endpoint, how does my app will get notified?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Updating UI components using Websockets

What message do you need? (SMS, Push, email, etc.)

Return to “Issues”