[hybi] mod_pywebsocket: an open source Web Socket extension for Apache

Yuzo Fujishima <yuzo@google.com> Tue, 08 September 2009 03:46 UTC

Return-Path: <yuzo@google.com>
X-Original-To: hybi@core3.amsl.com
Delivered-To: hybi@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 704BF3A677C for <hybi@core3.amsl.com>; Mon, 7 Sep 2009 20:46:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -104.488
X-Spam-Level:
X-Spam-Status: No, score=-104.488 tagged_above=-999 required=5 tests=[BAYES_05=-1.11, FM_FORGED_GMAIL=0.622, RCVD_IN_DNSWL_MED=-4, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wGP7YVL8BUSi for <hybi@core3.amsl.com>; Mon, 7 Sep 2009 20:46:20 -0700 (PDT)
Received: from smtp-out.google.com (smtp-out.google.com [216.239.45.13]) by core3.amsl.com (Postfix) with ESMTP id 8E8003A681A for <hybi@ietf.org>; Mon, 7 Sep 2009 20:46:20 -0700 (PDT)
Received: from zps35.corp.google.com (zps35.corp.google.com [172.25.146.35]) by smtp-out.google.com with ESMTP id n883kmkW018042 for <hybi@ietf.org>; Mon, 7 Sep 2009 20:46:48 -0700
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta; t=1252381608; bh=nYPuxOA9dUEY30O/zNyWGrdVdZk=; h=DomainKey-Signature:MIME-Version:From:Date:Message-ID:Subject:To: Content-Type:X-System-Of-Record; b=rJZcDR6y4YjgLBa334JU0chCT90sLva ShrEm78RtqZEVsmxsOACqp9gJQOnjT0XrZoRZvCMEe+JGpJHuUZ1oSQ==
DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=mime-version:from:date:message-id:subject:to:content-type:x-system-of-record; b=OcLK6j3GUfdmNK4GPwPQ25+5bofqEye4fIA9p1eU6kSz3VLLKHIFFxu1C5WOtgGfc FYqBt/akncE6F3NoNOytg==
Received: from vws41 (vws41.prod.google.com [10.241.21.169]) by zps35.corp.google.com with ESMTP id n883kkgB018309 for <hybi@ietf.org>; Mon, 7 Sep 2009 20:46:46 -0700
Received: by vws41 with SMTP id 41so2018570vws.8 for <hybi@ietf.org>; Mon, 07 Sep 2009 20:46:46 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.220.78.167 with SMTP id l39mr12263151vck.10.1252381606328; Mon, 07 Sep 2009 20:46:46 -0700 (PDT)
From: Yuzo Fujishima <yuzo@google.com>
Date: Tue, 08 Sep 2009 12:46:26 +0900
Message-ID: <9124e09b0909072046i7b3e759eo8f4802075a1f1dda@mail.gmail.com>
To: hybi@ietf.org
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"; delsp="yes"
X-System-Of-Record: true
Subject: [hybi] mod_pywebsocket: an open source Web Socket extension for Apache
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hybi>
List-Post: <mailto:hybi@ietf.org>
List-Help: <mailto:hybi-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Sep 2009 03:46:21 -0000

Hi,

We've open sourced mod_pywebsocket, a Web Socket extension
for Apache HTTP Server: http://code.google.com/p/pywebsocket/

If you are interested, please take a look.

Yuzo