An open API service indexing awesome lists of open source software.

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.

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.