mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
28 lines
661 B
Markdown
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)
|