@hackage websockets0.3.1.0
A sensible and clean way to write WebSocket-capable servers in Haskell.
Categories
License
BSD-3-Clause
Maintainer
Siniša Biđin <sinisa@bidin.cc> Jasper Van der Jeugt <m@jaspervdj.be>
Links
Versions
Installation
Dependencies (15)
- SHA >=1.5 && <1.6
- attoparsec >=0.9 && <0.10
- attoparsec-enumerator >=0.2 && <0.3
- base >=4 && <5
- base64-bytestring >=0.1 && <0.2
- binary >=0.5 && <0.6 Show all…
Dependents (166)
@hackage/box, @hackage/cachix-api, @hackage/hosc-utils, @hackage/postgres-websockets, @hackage/websockets-snap, @cardano/hydra-tui, Show all…
This library allows you to write WebSocket-capable servers.
See an example: http://github.com/jaspervdj/websockets/tree/master/example.
The API of the Network.WebSockets module should also contain enough
information to get you started.
This library currently works with Chromium >= 14, and Firefox >= 6.
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/