cordova-plugin-webserver
cordova-plugin-webserver copied to clipboard
A webserver plugin for cordova
Have you or anyone used this to hack out service workers in plain Cordova w/o Ionic?
Hi I'm tryng to use the plugin but i receive this error. I think it's an injection error, but i didn't see the injection variables name in documentation. I put...
We should start versioning this plugin and publishing it NPM to prevent breaking app integrations in the future. Currently there is [another plugin](https://www.npmjs.com/package/cordova-plugin-webserver) with the same name which is occupying...
Hi, I wanted to try your plugin on iOS. A created a fresh new Ionic project and added your plugin. But when I try to build it I get an...
Hi, thank you for your amazing work ! Sometime, webserver stop working, this is the logcat : [ 09-13 16:35:49.614 19835:25848 E/fi.iki.elonen.NanoHTTPD ] Could not send response to the client...
I'm new using Cordova and I'm trying to use your plugin (https://github.com/bykof/cordova-plugin-webserver) but I'm unable to do some steps because I can't find the complete documentation for usage. I'm in...
Hello, I need to pass CORS headers into the OPTIONS request. Chrome block the request before it can get into the plugin: `(window).webserver.onRequest( function (request) { debugger; console.log("O MA GAWD!...
how do i make sure the port is not used by any other instance if i choose port by myself there is some % chance that that port might be...
There are several security alerts for the javascript dependencies. https://github.com/bykof/cordova-plugin-webserver/network/alerts I just want to track the update/upgrade process here