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?
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?
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...
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?
What message do you need? (SMS, Push, email, etc.)