You are here
Ramesh - Fri, 2017/06/30 - 10:33
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 based Web database powered by TurnKey GNU/Linux for database. what to use instesd of var nano = require('nano')('http://localhost:5984'); in live app to access database.
Forum:
Tags:
TBH, I have no practical knowledge re nodejs or couchdb
I used my IPV4 address. It
I used my IPV4 address. It worked
Add new comment