From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.devel Subject: WebSockets Date: Wed, 02 Apr 2014 10:29:21 +0100 Message-ID: <90e07cc78901ca1b6079f4f565fb4888@ossau.homelinux.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1396520117 19720 80.91.229.3 (3 Apr 2014 10:15:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2014 10:15:17 +0000 (UTC) To: guile-devel@gnu.org, guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Apr 03 12:15:11 2014 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WVeLV-0001eo-3a for guile-user@m.gmane.org; Thu, 03 Apr 2014 11:54:05 +0200 Original-Received: from localhost ([::1]:37301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVHUd-0000vN-VT for guile-user@m.gmane.org; Wed, 02 Apr 2014 05:29:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVHUP-0000ur-NF for guile-user@gnu.org; Wed, 02 Apr 2014 05:29:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVHUJ-0004aN-CK for guile-user@gnu.org; Wed, 02 Apr 2014 05:29:45 -0400 Original-Received: from out1.ip05ir2.opaltelecom.net ([62.24.128.241]:23460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVHU6-0004VC-MM; Wed, 02 Apr 2014 05:29:26 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhoHAHPXO1NOkRBp/2dsb2JhbABZgwYBOoNhiXuvJ4IshigXdIJPFR43BB0CJgIuDSUah3UJrUKiUxaBE4d/iD6BSQSYVoEzkQaDMTw X-IPAS-Result: AhoHAHPXO1NOkRBp/2dsb2JhbABZgwYBOoNhiXuvJ4IshigXdIJPFR43BB0CJgIuDSUah3UJrUKiUxaBE4d/iD6BSQSYVoEzkQaDMTw X-IronPort-AV: E=Sophos;i="4.97,779,1389744000"; d="scan'208";a="450604180" Original-Received: from host-78-145-16-105.as13285.net (HELO arudy) ([78.145.16.105]) by out1.ip05ir2.opaltelecom.net with ESMTP; 02 Apr 2014 10:29:23 +0100 Original-Received: by arudy (Postfix, from userid 33) id 937B438053; Wed, 2 Apr 2014 10:29:22 +0100 (BST) X-PHP-Originating-Script: 0:rcmail.php X-Sender: neil@ossau.homelinux.net User-Agent: Roundcube Webmail/0.9.5 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 62.24.128.241 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11182 gmane.lisp.guile.devel:17034 Archived-At: Hi there, I'm interested in adding support for WebSockets (http://tools.ietf.org/html/rfc6455) to Guile's web modules. Is anyone else interested in - or possibly already working on - that? Thanks, Neil