From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: Re: WebSockets Date: Wed, 02 Apr 2014 18:08:29 +0800 Organization: HFG Message-ID: <1396433309.19947.9.camel@Renee-desktop.suse> References: <90e07cc78901ca1b6079f4f565fb4888@ossau.homelinux.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1396522246 26399 80.91.229.3 (3 Apr 2014 10:50:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2014 10:50:46 +0000 (UTC) Cc: guile-user@gnu.org, guile-devel@gnu.org To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Apr 03 12:50:41 2014 Return-path: Envelope-to: guile-devel@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 1WVeLS-0002ag-Mp for guile-devel@m.gmane.org; Thu, 03 Apr 2014 11:54:02 +0200 Original-Received: from localhost ([::1]:37450 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVI6B-0000SN-HL for guile-devel@m.gmane.org; Wed, 02 Apr 2014 06:08:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVI64-0000SH-U3 for guile-devel@gnu.org; Wed, 02 Apr 2014 06:08:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVI5z-0000d4-R5 for guile-devel@gnu.org; Wed, 02 Apr 2014 06:08:40 -0400 Original-Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:38958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVI5z-0000c4-KF; Wed, 02 Apr 2014 06:08:35 -0400 Original-Received: by mail-pa0-f48.google.com with SMTP id hz1so11259575pad.21 for ; Wed, 02 Apr 2014 03:08:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :organization:content-type:mime-version:content-transfer-encoding; bh=8uoBpQPgAqyHnx3iW78jMXKf0F7SC4PXWssmtznJWak=; b=BaKG1+elP+ZRDxkN8bwV0PCCHKgWV6qz3H1ud2Yds3boeqyay0PkoHQAz1h3Msf0o6 dyXwg6cwykXV61IZy4tgj2POg0Zx0RozUHiTR4rmiLUoRxmJ2oluRTeOUwMB9ZLB7ESa epwlcXQ4TfnvghN8Y0s/p61+N9M+hbT8sWPJMIbee1L/BYmN63+FOiAYF2+mz+bJvG2t kfCMnrvyhwpxcMXSlpS03/TLJ8LtmWrY9UPKo2k42v9PclECNG81RnicYY+qvVQum6pl 1vNVF//i4Fr9PcrOCGIEbda5OmSQfyvA+F5jczV5oUDxa0d2Fxblzuzz558nyqSsK3AN 9gUw== X-Received: by 10.66.159.132 with SMTP id xc4mr36749703pab.27.1396433314758; Wed, 02 Apr 2014 03:08:34 -0700 (PDT) Original-Received: from [147.2.147.115] ([203.192.156.9]) by mx.google.com with ESMTPSA id xr9sm7704593pab.5.2014.04.02.03.08.31 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 02 Apr 2014 03:08:33 -0700 (PDT) In-Reply-To: <90e07cc78901ca1b6079f4f565fb4888@ossau.homelinux.net> X-Mailer: Evolution 3.4.4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::230 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17036 gmane.lisp.guile.user:11184 Archived-At: On Wed, 2014-04-02 at 10:29 +0100, Neil Jerram wrote: > 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? > I was planing to implement websocket in Artanis web-framework and there's half-baked code. Then I realized it's better to integrate with the server, but Artanis hasn't written its own server. So it's appreciated if anyone can do the job. ;-) BTW, I think it's a chance to have crypto modules in guile-core since websocket needs both sha-1 and base64. > Thanks, > Neil > >