Forum archive

How to integrate CouchDB for node.js app

In Node.js i used following code to access local database var nano = require('nano')('http://localhost:5984'); I hosted my node.js app in aws beanstalk. I am using CouchDB - JSON …

Forum archive

CouchDB AMI port 5984

I got the 64-bit CouchDB AMI running on AWS and was able to use Futon on port 80, as expected. However, I want to use the REST interface typically run on port 5984. The couch …