requirechannel-apireact-native

Google App Engine Channels API / Loading external JS with React Native


I'm in the process of porting a project to React Native, previously i referenced an the google channels api from an external server for web sockets e.g. https://example.com/_ah/channel/jsapi.

Is there an elegant way I can reference this using React Native ?


Solution

  • Channels API is doomed, favour firebase or some standard websocket implementation in projects