bykof / cordova-plugin-webserver

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

Service Workers #42

Open Mapiac opened 4 years ago

Mapiac commented 4 years ago

Have you or anyone used this to hack out service workers in plain Cordova w/o Ionic?

tryhardest commented 4 years ago

Interesting use case anyone done this?

jgaehring commented 4 years ago

I might be willing to give it a try. I've found some StackOverflow posts which refer to doing exactly that, but with this plugin: https://github.com/floatinghotpot/cordova-httpd

That plugin also uses NanoHttpd under the hood, but does not appear very well maintained, and has some sketchy stuff going on in the issue queue. Anyone else had experience with that plugin?