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 9D37491FB for ; Tue, 8 Nov 2011 18:37:56 +0000 (UTC) Received: (qmail 15047 invoked by uid 500); 8 Nov 2011 18:37:55 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 14991 invoked by uid 500); 8 Nov 2011 18:37:54 -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 14983 invoked by uid 99); 8 Nov 2011 18:37:54 -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 18:37:54 +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 ryan.ramage@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 18:37:47 +0000 Received: by vws10 with SMTP id 10so1023357vws.11 for ; Tue, 08 Nov 2011 10:37:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=4ht0wZ4vzb5lGqP3S4fCpFXfmuik0CQstJyc81FIRZ4=; b=nQ4wPREb3GpEN9VlLnqMfw9FGivthMdZF90Xk8SmjqvGUL5X90Kc2R4aa6EROlqP+8 iwwpRboaWL5tMnUfczLMMqf6rdbKNPzOIO3NBMfXIUCMwevlQfw130HQDk6ZuhXBZK3+ 7oktinQ4kB+N2FyXz56iuXspQBh086inxmlTs= MIME-Version: 1.0 Received: by 10.52.69.70 with SMTP id c6mr4171637vdu.65.1320777446536; Tue, 08 Nov 2011 10:37:26 -0800 (PST) Received: by 10.220.193.75 with HTTP; Tue, 8 Nov 2011 10:37:26 -0800 (PST) In-Reply-To: <2C65B131-0A72-4F45-936E-6CE413CFFC1C@gmail.com> References: <4EB80D11.1080504@gmail.com> <4EB95D32.7010505@gmail.com> <48DFA539-4203-41F9-AB4A-D6DDEC9763BD@gmail.com> <2C65B131-0A72-4F45-936E-6CE413CFFC1C@gmail.com> Date: Tue, 8 Nov 2011 11:37:26 -0700 Message-ID: Subject: Re: nodejs couchapp From: Ryan Ramage To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org > Sometimes it's easy to forget how much of building couchapps is simple be= cause CouchDB is simple, and writing an app in node.js with CouchDB as a da= tastore is still quite simple even if it's a little more complicated than a= couchapp and as you start doing those backflips it might be simpler to bre= ak out of the couchapp model and keep CouchDB as a backend store. > I totally agree. But I think most developers tend to try and find the biggest box to use. So when they look at couchapps they go hmm, nope, not going to try, not a big enough box. What might be useful to explore is some docs/best practices for growing your app out of the couchapp box. "How should I migirate assets into a node front end?", "What about auth", etc. That way people can feel comfortable starting with couchapps knowing they can move upwards if needed. Maybe I have not investigated if such resources exist, but it might be useful for the various couchapp communities to provide. Ryan