cloudant-labs / express-cloudant

A template for Node.js projects from your friends at Cloudant
http://express-cloudant.herokuapp.com/
42 stars 12 forks source link

PouchDB #4

Closed garbados closed 11 years ago

garbados commented 11 years ago

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!