mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
22 lines
690 B
Markdown
22 lines
690 B
Markdown
|
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/web-socket-server/index.ts#L66">
|
||
|
Improve this doc
|
||
|
</a>
|
||
|
|
||
|
# WebSocket Server
|
||
|
|
||
|
```
|
||
|
$ ionic cordova plugin add cordova-plugin-websocket-server
|
||
|
$ npm install @ionic-native/plugins/web-socket-server
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://ionicframework.com/docs/native/web-socket-server/)
|
||
|
|
||
|
Plugin Repo: [https://github.com/becvert/cordova-plugin-websocket-server](https://github.com/becvert/cordova-plugin-websocket-server)
|
||
|
|
||
|
This plugin allows you to run a single, lightweight, barebone WebSocket Server.
|
||
|
|
||
|
## Supported platforms
|
||
|
|
||
|
- Android
|
||
|
- iOS
|