@hackage websockets0.5.1.0
A sensible and clean way to write WebSocket-capable servers in Haskell.
Categories
License
BSD-3-Clause
Maintainer
Jasper Van der Jeugt <m@jaspervdj.be>
Links
Versions
Installation
Dependencies (18)
- SHA >=1.5 && <1.6
- 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 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://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/