Files
awesome-cordova-plugins/docs/plugins/sockets-tcp/README.md
T
2026-03-21 17:08:43 -07:00

28 lines
661 B
Markdown

---
description: >-
SocketsTcp plugin for Cordova and Ionic. This plugin provides TCP client sockets for Android and iOS.
---
# SocketsTcp
This plugin provides TCP client sockets for Android and iOS.
## Installation
```bash
ionic cordova plugin add https://github.com/KoenLav/cordova-plugin-chrome-apps-sockets-tcp
npm install @awesome-cordova-plugins/sockets-tcp
```
**Plugin Repo:** [https://github.com/KoenLav/cordova-plugin-chrome-apps-sockets-tcp](https://github.com/KoenLav/cordova-plugin-chrome-apps-sockets-tcp)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)