Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 87962 invoked from network); 8 Nov 2010 21:24:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Nov 2010 21:24:21 -0000 Received: (qmail 31928 invoked by uid 500); 8 Nov 2010 21:24:47 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 31878 invoked by uid 500); 8 Nov 2010 21:24:47 -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 31870 invoked by uid 99); 8 Nov 2010 21:24:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 21:24:47 +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 (nike.apache.org: domain of mirko.kiefer@arcor.de designates 151.189.21.52 as permitted sender) Received: from [151.189.21.52] (HELO mail-in-12.arcor-online.net) (151.189.21.52) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 21:24:39 +0000 Received: from mail-in-08-z2.arcor-online.net (mail-in-08-z2.arcor-online.net [151.189.8.20]) by mx.arcor.de (Postfix) with ESMTP id CE422266CD for ; Mon, 8 Nov 2010 22:24:18 +0100 (CET) Received: from mail-in-06.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mail-in-08-z2.arcor-online.net (Postfix) with ESMTP id A1A6477EB3 for ; Mon, 8 Nov 2010 22:24:18 +0100 (CET) Received: from mirko.fritz.box (mnhm-5f75ddc6.pool.mediaWays.net [95.117.221.198]) (Authenticated sender: mirko.kiefer@arcor.de) by mail-in-06.arcor-online.net (Postfix) with ESMTPA id B549B10BE46 for ; Mon, 8 Nov 2010 22:24:18 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-06.arcor-online.net B549B10BE46 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1289251458; bh=3puHI+D2rKHWvNsyilyLCCGbN+aNoKQnff8dQX3nquk=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=WWwFLl5a5ObyvUBd8yUVmKd6QQdxqErmaGSE+XwFcqhjpOLk89sY0Lo0OydIoRMV4 npm74bnHw/DpGnLpKqkFbXn+gqKoZelqOhSc0gr6LJXYskZ5QeZ6I1mf3ekqDLN9ou c0PIZc27kRdZ9aiyoTC5B98xFnjy26/s1YUDiBx8= Message-ID: <4CD86A82.6040305@arcor.de> Date: Mon, 08 Nov 2010 22:24:18 +0100 From: Mirko Kiefer User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: LivelyCouch - a framework around CouchDB and Node.js Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, we are currently working on open sourcing our so called LivelyCouch framework which emerged out of a few projects. Hopefully this week still we will have a website up and running explaining the usage of LivelyCouch in more detail. I would just like to get some early feedback on our concepts - so I wrote a little summary in two parts on my blog. The first part focuses on writing Node.js handlers: http://mirkokiefer.com/blog/2010/11/introducing-livelycouch-part-1-writing-node-js-handler/ Part two explains the event system we built around CouchDB using Node: http://mirkokiefer.com/blog/2010/11/introducing-livelycouch-part-2-events-and-workers/ Hope to get a lot of feedback! Mirko