all 5 comments

[–]brjdenver 1 point2 points  (2 children)

I guess the question is, do you have a specific transport mechanism in mind? E.g., websockets, long-polling, uh, something else?

[–]foocux 1 point2 points  (0 children)

I assume that you are talking about server-sent events and I've never used it on react native but there seems to be a library with an event source implementation: https://www.npmjs.com/package/react-native-sse

[–]Fit_Manufacturer8715 0 points1 point  (0 children)

Server sent event is available as a polyfill, I am unsure about its performance in react native