https://github.com/guyromb/cordova-http-protocol
Normally Cordova apps are using file:// protocol. However, some framework (e.g. firebase) requires http protocol. This plugin will initiate local light http server to serve your app. It is also useful for WK Webview implementation for iOS and P2P apps.
https://github.com/guyromb/cordova-http-protocol
Last synced: 6 months ago
JSON representation
Normally Cordova apps are using file:// protocol. However, some framework (e.g. firebase) requires http protocol. This plugin will initiate local light http server to serve your app. It is also useful for WK Webview implementation for iOS and P2P apps.
- Host: GitHub
- URL: https://github.com/guyromb/cordova-http-protocol
- Owner: guyromb
- Created: 2017-05-26T16:38:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T16:38:06.000Z (about 9 years ago)
- Last Synced: 2025-01-21T13:09:10.208Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cordova-http-protocol
Normally Cordova apps are using file:// protocol. However, some framework (e.g. firebase) requires http protocol. This plugin will initiate local light http server to serve your app. It is also useful for WK Webview implementation for iOS and P2P apps.