react-native-java-tcpsocket
v1.0.7
Published
working with tcp socket
Downloads
2
Readme
react-native-java-tcpsocket
send message on tcp socket
Installation
npm install react-native-java-tcpsocket
Usage
import tcpSocket from "react-native-java-tcpsocket";
// ...
tcpSocket.sendMessage("192.168.1.200", 1362, "message", resultMessage => {
console.log(resultMessage);
})
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT