Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 64272 invoked from network); 2 Apr 2010 14:37:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Apr 2010 14:37:40 -0000 Received: (qmail 97411 invoked by uid 500); 2 Apr 2010 05:31:39 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 97330 invoked by uid 500); 2 Apr 2010 05:31:39 -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 97322 invoked by uid 99); 2 Apr 2010 05:31:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 05:31:38 +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 mapandfold@gmail.com designates 209.85.221.172 as permitted sender) Received: from [209.85.221.172] (HELO mail-qy0-f172.google.com) (209.85.221.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 05:31:32 +0000 Received: by qyk2 with SMTP id 2so514722qyk.0 for ; Thu, 01 Apr 2010 22:31:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=7JGfJfDGLFvD6vumGt/LaoJ5fz1QHfYRcuZz7a4/iVo=; b=tOceb7WnBmLjzjruTbsEvsJszBU3rqlcBoi4AQJOgnd2Cl/3tv+NSR9292sP/77PkF ixkCiaXKbzFKlpgK4WH2bhvw/L/ljYfW3KooC5G0BfOsbJaXjSEVLqzhk/PY3dsKG52F t9k6s7fOKsyovfyohgQ7AjmSdNm7yNvywaHXI= 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=OsIvtzIkSTrjDFsNKUkm3zRYixDKIedDd2Hi118akGYJyncwPBvVTVhxEsZa3AFaYp pGStbMOiXcn0l8LsVFCEMOkD7tZzfNtPJV7R9HCu4aY5QWZCZ5ilFVckDtscypmCV0JQ /thKzapwVA91y70PD9Wd599m3CIN8JPbI3Gdc= MIME-Version: 1.0 Received: by 10.229.232.206 with HTTP; Thu, 1 Apr 2010 22:31:11 -0700 (PDT) In-Reply-To: References: Date: Fri, 2 Apr 2010 13:31:11 +0800 Received: by 10.229.212.9 with SMTP id gq9mr2978306qcb.84.1270186271261; Thu, 01 Apr 2010 22:31:11 -0700 (PDT) Message-ID: Subject: Re: [ANN] MoneyRelax: A CouchDB based personal accounting application From: MapAndFold To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 I know CouchApp, but have not used it yet. My app is still under heavy development, and I think it might be a complex process to package the app itself in CouchDB database (I am a Windows user). For CouchDB replication, I think it will make it possible: accounting anywhere, anytime, any device. Cool, isn't it? Although I have not tried it, either. On Fri, Apr 2, 2010 at 12:57 PM, J Chris Anderson wrote: > > I like the programming model you're using. It's interesting to see a webapp built around a customized Erlang app. > > Are you using CouchDB replication? Have you seen the CouchApp project for replicatable apps? > > Chris > BRs.