The websockets package
This library allows you to write WebSocket-capable servers.
See an example: http://jaspervdj.be/websockets/example.html.
The API of the Network.WebSockets module should also contain enough information to get you started.
See also:
The specification of the WebSocket protocol: http://www.whatwg.org/specs/web-socket-protocol/
The JavaScript API for dealing with WebSockets: http://www.w3.org/TR/websockets/
Properties
| Versions | 0.1.1.2, 0.1.1.3, 0.1.1.5, 0.1.2.2, 0.1.2.3, 0.1.2.5, 0.2.0.1, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.4.0.0, 0.4.0.1, 0.4.1.0, 0.5.0.0, 0.5.1.0, 0.5.1.1, 0.5.2.0, 0.5.2.1, 0.6.0.0, 0.6.0.1, 0.6.0.2, 0.6.0.3, 0.6.0.4, 0.7.0.0, 0.7.0.1, 0.7.1.0, 0.7.1.1, 0.7.2.0, 0.7.2.1, 0.7.3.0 |
|---|---|
| Dependencies | attoparsec (≥0.9 & <0.11), attoparsec-enumerator (≥0.2 & <0.4), base (4.*), base64-bytestring (≥0.1 & <1.1), binary (≥0.5 & <0.7), blaze-builder (0.3.*), blaze-builder-enumerator (0.2.*), bytestring (≥0.9 & <0.11), case-insensitive (≥0.3 & <2.0), containers (≥0.3 & <0.6), entropy (≥0.2.1 & <0.3), enumerator (≥0.4.13 & <0.5), mtl (≥2.0 & <2.2), network (≥2.3 & <2.5), network-enumerator (0.1.*), pureMD5 (≥0.2.2 & <2.2), random (1.0.*), SHA (≥1.5 & <1.7), text (≥0.10 & <0.12) |
| License | BSD3 |
| Copyright | (c) 2010-2011 Siniša Biđin (c) 2011 Jasper Van der Jeugt (c) 2011 Steffen Schuldenzucker (c) 2011 Alex Lang |
| Author | Siniša Biđin <sinisa@bidin.cc> Jasper Van der Jeugt <m@jaspervdj.be> Steffen Schuldenzucker <steffen.schuldenzucker@googlemail.com> Alex Lang <lang@tsurucapital.com> |
| Maintainer | Jasper Van der Jeugt <m@jaspervdj.be> |
| Stability | experimental |
| Category | Network |
| Home page | http://jaspervdj.be/websockets |
| Bug tracker | https://github.com/jaspervdj/websockets/issues |
| Source repository | git clone https://github.com/jaspervdj/websockets |
| Upload date | Wed Jan 30 10:40:54 UTC 2013 |
| Uploaded by | JasperVanDerJeugt |
| Built on | ghc-7.6 |
Modules
Downloads
- websockets-0.7.2.1.tar.gz (Cabal source package)
- package description (included in the package)