Updating UI components using Websockets
Posted: Thu Aug 06, 2015 9:13 pm
by Archana Bongale
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?
Updating UI components using Websockets
Posted: Sat Aug 08, 2015 4:15 pm
by Serhii Kulibaba
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...
Updating UI components using Websockets
Posted: Mon Aug 10, 2015 9:03 pm
by Archana Bongale
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?
Updating UI components using Websockets
Posted: Thu Aug 13, 2015 8:58 pm
by Serhii Kulibaba
What message do you need? (SMS, Push, email, etc.)