Reputation: 20378
I would like to access CouchDB (Cloudant) from an HTML5 application ... I know that there is a script hosted in the couchdb installation which I can include (overcomes cross site scripting restrictions) which will allow me to connect to the database and insert / retrieve data, but I cannot find examples of how to do this anywhere.
How can I access my database from an HTML5/JavaScript application?
Upvotes: 2
Views: 6004