Skip to content

Instantly share code, notes, and snippets.

View marten-de-vries's full-sized avatar

Marten de Vries marten-de-vries

View GitHub Profile
@marten-de-vries
marten-de-vries / README.md
Last active September 10, 2020 14:55
Running CouchApps on PouchDB in the browser using service workers - without any modifications!

Running CouchApps on PouchDB in the browser using service workers

What is this?

A description of how to run an existing CouchApp on PouchDB in the browser using service workers - without any modifications to existing code being necessary! The best thing is that if service workers aren't available, the CouchApp will still run as normal: that is, online.

Demo