#lang scribble/doc @(require scribble/manual (for-label "../main.ss")) @title{@bold{WebSockets}: HTML 5 Asynchronous Network Communication Facility} @table-of-contents[] @defmodule[(planet "main.ss" ("murphy" "websockets.plt" 1 0))]{ A client and server side implementation of the @link["http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-68"]{WebSockets} protocol. The main module re-exports everything from the @secref["url"] and @secref["sockets"] modules. } @include-section["url.scrbl"] @include-section["sockets.scrbl"] @section{License} Copyright (c) 2009 by @link["mailto:chust@web.de"]{Thomas Chust @""}. This package is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You can find a copy of the GNU Lesser General Public License at @link["http://www.gnu.org/licenses/lgpl-3.0.html"]{http://www.gnu.org/licenses/lgpl-3.0.html}.