
Node is an event-based server-side javascript engine.
cradle is an asynchronous javascript client for couchdb. it is somewhat higher-level than most other couchdb clients, requiring a little less knowledge of couchdb's rest api.
cradle also has built-in write-through caching, giving you an extra level of speed, and making document _updates_ and _deletion_ easier.