This is an experiment of how you can build a CouchDB proxy on top of restify.
Install the module with: npm install couch-proxy-experiment
Start the server with npm start
Configure via environment variables:
COUCH_URL=https://me.cloudant.com COUCH_USER=username COUCH_PASS=password PORT=8000 npm start
Copyright (c) 2013 Johannes J. Schmidt, null2 GmbH Licensed under the MIT license.