couchdb-howler icon indicating copy to clipboard operation
couchdb-howler copied to clipboard

Couchdb-howler client library for Chrome

Open Zetjen opened this issue 3 years ago • 0 comments

We would like to use couchdb-howler inside a existing JS app running on Chrome or Cordova, but the code in src/client/* is referencing other NodeJS modules like "events", "socket.io-client", "sporks", etc. How can we include couchdb-howler without using nodejs/npm?

My guess was to compile with "npm run compile-test" and use the generated output from "cache/browser", but it includes the mocha testing framework and other resources we don't want. Is there a simple way to generate a .js file with the couchdb-howler client library for Chrome and use it similar to your "Using howler in a client" example?

Zetjen avatar Jul 29 '21 18:07 Zetjen