WebSockets: HTML 5 Asynchronous Network Communication Facility

    1 URLs

    2 WebSockets

      2.1 WebSocket Connections

      2.2 WebSocket Servers

      2.3 Exchanging WebSocket Messages

    3 License

 (require (planet "main.ss" ("murphy" "websockets.plt" 1 0)))
A client and server side implementation of the WebSockets protocol.
The main module re-exports everything from the URLs and WebSockets modules.