DRDD2016 / api

Api for Spark
0 stars 0 forks source link

Websockets #30

Open minaorangina opened 7 years ago

minaorangina commented 7 years ago

Official Docs

minaorangina commented 7 years ago

Things to consider

minaorangina commented 7 years ago

Can we use socket.io?

Would appear that the socket.io-client library can work in a react-native environment too. This blogpost demonstrates creating a React Native app with socket.io, so it should be fine

minaorangina commented 7 years ago

Possibly use PubSubJS library for the publish/subscribe mechanism, instead of Redis. Docs here