Concentrated config work in app.js, and swapped nano for pouchdb in the admin API. Why? Because PouchDB replicates with your Cloudant remote, so API requests only hit the server, rather than requiring another request to the remote before completion. Yes, performance!
Concentrated config work in
app.js
, and swapped nano for pouchdb in the admin API. Why? Because PouchDB replicates with your Cloudant remote, so API requests only hit the server, rather than requiring another request to the remote before completion. Yes, performance!