websockets: A sensible and clean way to write WebSocket-capable servers in Haskell.
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/
Modules
[Index]
Downloads
- websockets-0.6.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 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, 0.7.4.0, 0.7.4.1, 0.8.0.0, 0.8.1.0, 0.8.1.1, 0.8.1.2, 0.8.1.3, 0.8.2.0, 0.8.2.1, 0.8.2.2, 0.8.2.3, 0.8.2.4, 0.8.2.5, 0.8.2.6, 0.9.0.0, 0.9.0.1, 0.9.1.0, 0.9.2.0, 0.9.2.1, 0.9.2.2, 0.9.3.0, 0.9.3.1, 0.9.4.0, 0.9.5.0, 0.9.6.0, 0.9.6.1, 0.9.6.2, 0.9.7.0, 0.9.8.0, 0.9.8.1, 0.9.8.2, 0.10.0.0, 0.11.0.0, 0.11.1.0, 0.11.2.0, 0.12.0.0, 0.12.1.0, 0.12.2.0, 0.12.3.0, 0.12.3.1, 0.12.4.0, 0.12.4.1, 0.12.5.0, 0.12.5.1, 0.12.5.2, 0.12.5.3, 0.12.6.0, 0.12.6.1, 0.12.7.0, 0.12.7.1, 0.12.7.2, 0.12.7.3, 0.13.0.0 (info) |
---|---|
Dependencies | attoparsec (>=0.9 && <0.11), attoparsec-enumerator (>=0.2 && <0.4), base (>=4 && <5), base64-bytestring (>=0.1 && <0.2), binary (>=0.5 && <0.6), blaze-builder (>=0.3 && <0.4), blaze-builder-enumerator (>=0.2 && <0.3), bytestring (>=0.9 && <0.10), case-insensitive (>=0.3 && <0.4.0.3), containers (>=0.3 && <0.5), enumerator (>=0.4.13 && <0.5), mtl (>=2.0 && <2.2), network (>=2.3 && <2.4), network-enumerator (>=0.1 && <0.2), pureMD5 (>=0.2.2 && <2.2), random (>=1.0 && <1.1), SHA (>=1.5 && <1.6), text (>=0.10 && <0.12) [details] |
License | BSD-3-Clause |
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> |
Revised | Revision 1 made by HerbertValerioRiedel at 2019-02-01T09:31:26Z |
Category | Network |
Home page | http://jaspervdj.be/websockets |
Bug tracker | https://github.com/jaspervdj/websockets/issues |
Source repo | head: git clone https://github.com/jaspervdj/websockets |
Uploaded | by JasperVanDerJeugt at 2012-03-17T09:24:05Z |
Distributions | Arch:0.12.7.3, Debian:0.12.7.1, Fedora:0.12.7.3, LTSHaskell:0.13.0.0, NixOS:0.12.7.3, Stackage:0.13.0.0 |
Reverse Dependencies | 122 direct, 3530 indirect [details] |
Downloads | 115636 total (16 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |