WebSockets 0.1.0
A pure Fantom implementation of the W3C WebSocket API for use by clients and servers

WebSockets is a Fantom implementation of the W3C WebSocket API and adheres to RFC 6455.

The same WebSocket class may be used as a Fantom desktop client, a Javascript web client, or from a web server.

WebSockets does not currently support frame fragmentation or continuations.

Read more...

Install

To install WebSockets with Fantom Pod Manager, cut'n'paste the following into a cmd prompt, terminal or shell:

Or to install WebSockets with the Fantom Repository Manager (fanr), cut'n'paste the following into a cmd prompt, terminal or shell:

Or to install manually, download the pod file and copy it to the %FAN_HOME%/lib/fan/ directory.

afWebSockets.pod (72.06 kB)

Use

To use WebSockets in a Fantom project, add a dependency to the project's build.fan:

depends = ["sys 1.0", ..., "afWebSockets 0.1.0 - 0.1"]

Documentation

Information

Meta information on the WebSockets pod:

Published by
Steve Eynon
Organisation
Alien-Factory
Pod file size
72.06 kB
Licence
ISC Licence (ISC)
Built on
11th Apr 2016
Source code
via Mercurial at https://bitbucket.org/AlienFactory/afwebsockets
Depends on
afConcurrent, concurrent, inet, sys, web
Referenced by
Javascript Compatible

Dependency Graph

  Use mouse to re-position pods

Release History

There have been 4 releases of WebSockets: