gcrabtree/react-native-socketio

What are the advantages of this native package instead of using js-client?

Closed this issue · 1 comments

What are the advantages of this native package instead of using js-client?

The native socket.io js client was not working for us due to a lack of proper XHR support in React Native.

I haven't investigated it recently (release 0.27), and they may have updated support.

If you use websockets only, I think socket.io js might work for you.