Rapsssito / react-native-tcp-socket

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

Help needed- Implementing react-native-tcp-socket in device , how to client in browser? #142

Closed knightmate closed 2 years ago

knightmate commented 2 years ago

I have built a socket connection (server) in the react-native app using react-native-tcp-socket, so I want to establish the connection with the server using the client in the browser which library I should use in the browser as a client?

Rapsssito commented 2 years ago

@handsome-me, you can search in sites like stackoverflow for similar questions using NodeJS net API. This library mimics almost completely NodeJS API.

github-actions[bot] commented 2 years ago

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community attention? This issue may be closed if no further activity occurs.