cordova-plugin-webserver
cordova-plugin-webserver copied to clipboard
A webserver plugin for cordova
I am using cordova 10.0.0 and android 10 I looked at the solutions on github, but none helped. Nothing happens. I can't even know if the server has started. [file.txt](https://github.com/bykof/cordova-plugin-webserver/files/7038836/file.txt)
Is there any way to send binary data (like images) using this plugin? It appears that only text is supported (sending an arrayBuffer resulted in sigterm)
#46 caused the following error with ionic environment. ``` platforms/ios/MyApp/Bridging-Header.h:29: #import "./Plugins/cordova-plugin-webserver/GCDWebServer-Bridging-Header.h" ^ .../platforms/ios/MyApp/./Plugins/cordova-plugin-webserver/GCDWebServer-Bridging-Header.h:1:9: error: '' file not found #import ^ 1 error generated. :0: error: failed to emit precompiled...
I want to use the WebServer in an Ionic4 app on android and IOS, build with angular. I installed the plugin via `ionic cordova plugin add https://github.com/bykof/cordova-plugin-webserver` `npm install --save...
Hi, it would be grate if you could add Capacitor Support.
Hello I use cordova (8.1.2) with VueJs, with cordova-plugin-webserver 1.0.3 (1.0.4 does not install) I already added cordova.js script tag in index.html. When I call `window.webserver` or `webserver` (after deviceready...
When installing version 1.0.4 most of the files are missing. on Windows: mkdir test cd test npm init (accepting all defaults) C:\Users\Papa\test>npm i -s cordova-plugin-webserver + [email protected] added 1 package...
Dear @bykof , you have a great solution, I was able to integrate it into my app, but the only very valuable thing I can't handle is: I need to...
Currently once the response is send we do not know when it is finished. Wouldnt it be possible to pass the callback into the responses array and then call the...
Memory usage
Hi! When I played with the project on iOS I encountered some memory issues. I think it was because in Webserver.swift you never empty the self.responses variable. I used the...