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?
以上就是Access CouchDB from javascript的详细内容,更多请关注web前端其它相关文章!