Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9B6E4CC29 for ; Fri, 8 Jun 2012 16:26:16 +0000 (UTC) Received: (qmail 94732 invoked by uid 500); 8 Jun 2012 16:26:14 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 94690 invoked by uid 500); 8 Jun 2012 16:26:14 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 94680 invoked by uid 99); 8 Jun 2012 16:26:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2012 16:26:14 +0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mgan59@gmail.com designates 209.85.217.180 as permitted sender) Received: from [209.85.217.180] (HELO mail-lb0-f180.google.com) (209.85.217.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2012 16:26:08 +0000 Received: by lbbgh12 with SMTP id gh12so1697982lbb.11 for ; Fri, 08 Jun 2012 09:25:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=hmJ8kmc3IU+3rji1rjBFcLBwPcD3JpZaVhSn3U5ZGfQ=; b=q5snAIxeX6SnEl65CarMI9hho+PkDw9xfyj8swidlaPNtEqvv9lftn+IvEOd80xyqd DLMlZKuR9dykHm5MrmPK2dQLKCllr7BbUsdHWy44VleFm+KGiUCeUk/J1bB9AAP7xeie PUibEf9TJhbj4okcpYvDVu5yG6EETD/rBMLh3i8BVA53LmjKLukUPy6C+xhMFKJlN2nW tH11Qz+vkcOWff3tmlH++KS6293Co8bk0xASZDnryAVck5Uf71R8LT5mFC+du4kZWxj2 xfAkmtVpdosCokjOGGFU2Q6EWblPCitSCtPXILTm0Uv6UCJ2ReJA3cCUEeTIyA9xC1dc e8mA== MIME-Version: 1.0 Received: by 10.152.148.199 with SMTP id tu7mr9086338lab.43.1339172747864; Fri, 08 Jun 2012 09:25:47 -0700 (PDT) Received: by 10.152.146.10 with HTTP; Fri, 8 Jun 2012 09:25:47 -0700 (PDT) In-Reply-To: References: Date: Fri, 8 Jun 2012 12:25:47 -0400 Message-ID: Subject: Re: Node.js client for CouchDB From: Morgan Craft To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=e89a8f2353bbede99f04c1f87327 --e89a8f2353bbede99f04c1f87327 Content-Type: text/plain; charset=ISO-8859-1 I haven't messed with couchdb much lately, but when I was experimenting with it and nodejs I was using the cradle library. However, on the nodeup podcast everyone seems to recommend Nano as the preferred couchdb lib as of now. -m On Fri, Jun 8, 2012 at 12:21 PM, Pulkit Singhal wrote: > Hello Folks, > > What are some good node.js clients for communicating with CouchDB? > > If you are having trouble understanding why I would even want one then just > imagine that the app will not sit as a design document inside CouchDB but > rather be elsewhere and simply talking to CouchDB via the node.js client. > Or imagine that I'm doing TDD test driven development where I want to flesh > out the user-stories and workflow as nothing more than 10 or 12 calls to > CouchDB. Now I COULD do this via curl but parsing the output from previous > JSON responses in a big test driven workflow is not exactly a joyous or > successful task for me to accomplish. > > So far I've only found nano (https://github.com/dscape/nano) and I find > myself wondering why someone hasn't simply taken the javascript code that > runs Futon and dropped it into a node.js module? Has something like this > been done? Because that would (in my imaginary world) provide a full blown > client for use within node.js :) > --e89a8f2353bbede99f04c1f87327--