mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
28 lines
669 B
Markdown
28 lines
669 B
Markdown
---
|
|
description: >-
|
|
WebSocket Server plugin for Cordova and Ionic. This plugin allows you to run a single, lightweight, barebone WebSocket Server.
|
|
---
|
|
|
|
# WebSocket Server
|
|
|
|
This plugin allows you to run a single, lightweight, barebone WebSocket Server.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add cordova-plugin-websocket-server
|
|
npm install @awesome-cordova-plugins/web-socket-server
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/becvert/cordova-plugin-websocket-server](https://github.com/becvert/cordova-plugin-websocket-server)
|
|
|
|
## Supported Platforms
|
|
|
|
- Android
|
|
- iOS
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|