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 E75C8903F for ; Tue, 8 Nov 2011 16:48:20 +0000 (UTC) Received: (qmail 41328 invoked by uid 500); 8 Nov 2011 16:48:19 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 41295 invoked by uid 500); 8 Nov 2011 16:48:19 -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 41287 invoked by uid 99); 8 Nov 2011 16:48:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2011 16:48:19 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of john.tigernassau@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2011 16:48:10 +0000 Received: by vws10 with SMTP id 10so843849vws.11 for ; Tue, 08 Nov 2011 08:47:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=dRTaPURKpXXZSn04o+lSswyccQadGeePnnktivRvgLE=; b=q0MA0k0efYOqGVbHgDqScIUJ1M6aU+mj7LrUdesQzwxIvHCltS4Ksq0dQo0Idxn0xo OjQVSQsUu7F2yRmjOPssBCFecEQegk1s/2Qw6c0BqVIWT2EOZJoA9RXfD1q/Jn/At+uV nzI8Emetia17USnx3ScuatXR8pqyad2yrbQxc= Received: by 10.52.65.1 with SMTP id t1mr4153430vds.121.1320770869302; Tue, 08 Nov 2011 08:47:49 -0800 (PST) Received: from [192.168.1.2] (pool-74-105-42-176.nwrknj.fios.verizon.net. [74.105.42.176]) by mx.google.com with ESMTPS id ey9sm3138010vdc.19.2011.11.08.08.47.47 (version=SSLv3 cipher=OTHER); Tue, 08 Nov 2011 08:47:48 -0800 (PST) Message-ID: <4EB95D32.7010505@gmail.com> Date: Tue, 08 Nov 2011 09:47:46 -0700 From: "john.tiger" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101218 Thunderbird/3.1.7 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: nodejs couchapp References: <4EB80D11.1080504@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 11/07/11 15:14, Mikeal Rogers wrote: > I wrote node-couchapp and i don't even remember what those flags did. i have since changed the command line api. > > couchapp push app.jshttp://localhost:5984/db Thks. Wow, this is so simple and works great. Now a question: since making a couch app is so easy, why are not more people using it ? Are couch apps limited versus using a full MVC backend (ie Express, Strata, ..)