Skip to content
hstruebe edited this page Dec 6, 2013 · 9 revisions

Getting started with Node.js and the CouchDB API

(Watch, Star, Fork)

  • cradle (34, 930, 148)

Cradle was built from the love of CouchDB and Node.js, and tries to make the most out of this wonderful marriage of technologies. * A high-level, caching, CouchDB client for Node.js * requiring a little less knowledge of CouchDB's REST API

  • noddycouch (1, 18, 1)

    • keine Dokumentation -> schlecht
  • nano (42, 526, 68)

    • minimalistic couchdb driver for node.js
    • there is only a minimum of abstraction between you and couchdb

Cradle vs. Nano

Bieten beide im Kern die selbe Funktionalität zum Zugriff auf die CouchDB API. Cradle scheint einen einfacheren Zugriff auf Views zu bieten.

Clone this wiki locally