.
What is CouchDB?
CouchDB is an open-source NoSQL document database that stores data in JSON-based format and offers HTTP-ready REST-API out of the box.
It can be used as a database backend for web, mobile, or even desktop apps. In contrast, it uses JSON for documents, an HTTP API, & JavaScript/