From user-return-12779-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sat Sep 18 11:19:45 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 39827 invoked from network); 18 Sep 2010 11:19:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Sep 2010 11:19:45 -0000 Received: (qmail 98461 invoked by uid 500); 18 Sep 2010 11:19:43 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 98248 invoked by uid 500); 18 Sep 2010 11:19:41 -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 98235 invoked by uid 99); 18 Sep 2010 11:19:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Sep 2010 11:19:40 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Sep 2010 11:19:33 +0000 Received: by iwn8 with SMTP id 8so4122069iwn.11 for ; Sat, 18 Sep 2010 04:19:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=sLDZVHzupUCC52abt1PnwbW+UbNGhXY3osf2EKsq3IU=; b=jdiQPfdkFr5lzpr+QjgJv2hXOYaavXKpE1qdqEALmBGLnW13xkRN2LVwL3d1oRssRJ SSnTinXTbxQ1qlk0lfZ3IE9R0cOFIaYaS7tvFoybCopNQ3E2okzdjREKK69f23Q7kqTB GJsQIGJy9hOjWuW3qhDN4CIWg+32w5HyRS1Vc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=oZE2c3g0bm2oTAy1EyqLM+REdKQ8jSO1r7BMCmYnwi4JVX5nzDgG49tQsC50LEl13b GXi8bA/KWmEMpq1nFJc90rB5jX9RiCwIaxTty9+aC6WqhaqdftM4B17rAV7fU+PkTC5f 7UMiNKJtEUZCweWQVaidQisLtRJIWM1NsQY4s= MIME-Version: 1.0 Received: by 10.231.33.76 with SMTP id g12mr6765325ibd.174.1284808749129; Sat, 18 Sep 2010 04:19:09 -0700 (PDT) Received: by 10.231.169.148 with HTTP; Sat, 18 Sep 2010 04:19:09 -0700 (PDT) In-Reply-To: References: <78E29CEF-81EA-472C-8D8D-EAD0D3E5063D@purplebulldog.com> Date: Sat, 18 Sep 2010 13:19:09 +0200 Message-ID: Subject: Re: SproutCore as CouchApp From: Benoit Chesneau To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Sat, Sep 18, 2010 at 12:07 PM, Ido Ran wrote: > I plan on deploy my application on either CouchOne or CloudAnt so the first > option is not available there (to my understanding). > The second one seem to be possible. I'll try it and let you know. > > What do you think in general about the idea of using SproutCore as front-end > and CouchDB as backend? > It will be hard to recreate all controls in evently, does it? > > Ido rewrite is available on both. But anyway i've most of teh sproutcore extension running . Should be available next week on my repo. Size isn't a problem, since it's saved as attachments then cached. Couchapp script take care of not sending the attachments twice if they didn't change, so the first push may be big but other aren't. If you want you can also build a sproutcore doc containing all attachments and reuse it in your other apps. - benoit