Rapsssito / react-native-tcp-socket

React Native TCP socket API for Android, iOS & macOS with SSL/TLS support.
MIT License
315 stars 80 forks source link

Communication between Node's net and react-native-tcp-socket #65

Closed rachitgupta98 closed 4 years ago

rachitgupta98 commented 4 years ago

does it work or communication will happen, if I am writing client using node net api and server using react-native-tcp-socket(android)????

Rapsssito commented 4 years ago

@rachitgupta98, you should not find any issues, both rely on the TCP protocol. You can use react-native-tcp-socket to communicate with any other device via TCP.