I am developing a mobile application using AppGyver, a low-code platform, and I need to receive server-sent events (SSE) or event-stream from a backend server and trigger a change in an app variable. The backend server sends continuous data updates in the form of an event-stream, and I need to update the app variable in real-time with the latest data. I have searched for a solution but could not find any relevant information on how to achieve this using AppGyver. Any guidance or suggestions on how to implement this functionality would be greatly appreciated.
I have tried using the HTTP request flow function in AppGyver to receive the SSE, but it only allows for a single HTTP request and does not support streaming data.
Im expecting to receive the SSE from the backend server in real-time and update the app variable accordingly. I am looking for a solution or a workaround that can achieve this functionality using AppGyver.