mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
28 lines
688 B
Markdown
28 lines
688 B
Markdown
---
|
|
description: >-
|
|
Web Server plugin for Cordova and Ionic. This plugin allows you to start a local dynamic content web server for android and iOS devices.
|
|
---
|
|
|
|
# Web Server
|
|
|
|
This plugin allows you to start a local dynamic content web server for android and iOS devices.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add cordova-plugin-webserver2
|
|
npm install @awesome-cordova-plugins/web-server
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/nguyenthanh1995/cordova-plugin-webserver2.git](https://github.com/nguyenthanh1995/cordova-plugin-webserver2.git)
|
|
|
|
## Supported Platforms
|
|
|
|
- Android
|
|
- iOS
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|