I am trying with Couchdb for the first time and I have now a database with some documents which I run on my localhost(port 5984). I have this smal Web application, also running on localhost but port 3000.
I'm trying with jQuery.getJSON to GET some data out of Couchdb but of course it fails because of the security reasons - if the Web application and the Couchdb have different domains as here, it trigger "NetworkError: 404 Not Found - http://localhost:3000
I am used to RDBMS which usually I create a connection and here I don't know how to continue. Do you have any suggestion?