bykof / cordova-plugin-webserver

A webserver plugin for cordova
Other
119 stars 51 forks source link

Unable to configure root directory #30

Closed haipingzi closed 4 years ago

haipingzi commented 5 years ago

Our project requirement is to access a local directory resource offline, but the plug-in can't meet the requirement now. Can we improve it?

bykof commented 5 years ago

Sure, make a pull request

haipingzi commented 5 years ago

Did you solve this problem?

bykof commented 5 years ago

This is an open source project. I am working and doing my master... I don't have any time to work on this. If you want the feature, build it and create a pull request. Otherwise I can't help you, sorry.

boedy commented 4 years ago

@haipingzi There is another plugin cordova-httpd which serves files directly from a webroot. That might fit your requirement better.