[hybi] Embedding WebSocket Servers in Web Pages

Toni Ruottu <toni.ruottu@iki.fi> Tue, 30 November 2010 16:40 UTC

Return-Path: <toni.ruottu@gmail.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 B4D203A6BDD for <hybi@core3.amsl.com>; Tue, 30 Nov 2010 08:40:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.977
X-Spam-Level:
X-Spam-Status: No, score=-1.977 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FM_FORGED_GMAIL=0.622]
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 qWbLs7ECkpU6 for <hybi@core3.amsl.com>; Tue, 30 Nov 2010 08:40:54 -0800 (PST)
Received: from mail-gw0-f44.google.com (mail-gw0-f44.google.com [74.125.83.44]) by core3.amsl.com (Postfix) with ESMTP id 9A72A3A6C87 for <hybi@ietf.org>; Tue, 30 Nov 2010 08:40:54 -0800 (PST)
Received: by gwj17 with SMTP id 17so3186589gwj.31 for <hybi@ietf.org>; Tue, 30 Nov 2010 08:42:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=PSVicGN3WeFydLF4ee+IVCZaYbNrTCy6QRYCoNnNEN4=; b=fB2YmcUaviyGnv0303n4I48nusGFM8EO6CTBywYmYpmzv5gZLGf0GMqFfHKLqG1N6L THiJHzdSjDs8vCPDAxZz8uW5fAkAEQ7k7Uo5gHWQqYipN9g+C4TjEtttHNQGU0pV9dz6 Si4M9r39oJXKhnlPHqr2FoL44nNTgUpL155Ms=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; b=WSRxHlbxjRBeCx9W2+MEE5Cc2JyLgZWQLCALQpK6rBBs8CH16J8flDUbt9fsyhScqk EvY00Sfk/WD5snOoP5WaER6ABQUmhFYQjbMkGditxJ0jZL4T/HsO0WnbAaqKyF/n1wsL ZvvKVwWWqK6l50g6wOSikr0Ib2erXvyn6McrA=
MIME-Version: 1.0
Received: by 10.90.57.2 with SMTP id f2mr11226152aga.118.1291135325621; Tue, 30 Nov 2010 08:42:05 -0800 (PST)
Sender: toni.ruottu@gmail.com
Received: by 10.90.114.7 with HTTP; Tue, 30 Nov 2010 08:42:05 -0800 (PST)
Date: Tue, 30 Nov 2010 18:42:05 +0200
X-Google-Sender-Auth: 0r91Mx6zN0Zaws_ptAfR40bDba0
Message-ID: <AANLkTinNm1P2capo+ajXJzm9MYohdGzv6joTVTKDJSD8@mail.gmail.com>
From: Toni Ruottu <toni.ruottu@iki.fi>
To: public-webapps@w3.org, whatwg@whatwg.org, hybi@ietf.org
Content-Type: text/plain; charset="ISO-8859-1"
Cc: Konrad Markus <konrad.markus@hiit.fi>, Sasu A O Tarkoma <starkoma@cc.helsinki.fi>
Subject: [hybi] Embedding WebSocket Servers in Web Pages
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, 30 Nov 2010 16:42:46 -0000

Hello,

I work for the computer science department at the University of
Helsinki, Finland. We've been trying to define an API that would allow
web site developers to run simple servers in their web pages. The
motivation behind the research is establishing some ground for
browser-to-browser networking, enabling web sites to co-operate with
end-user systems in new ways.

Today, we are publishing our API draft and working prototype at
http://browsersocket.org/ We are hoping our work will be useful for
people designing related web standards. We look forward to discussing
related topics on the mailing lists.

  --Toni