@hackage websockets0.13.0.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 (14)
- SHA >=1.5 && <1.7
- async >=2.2 && <2.3
- attoparsec >=0.10 && <0.15
- base >=4.14 && <5
- base64-bytestring >=0.1 && <1.3
- binary >=0.8.1 && <0.11 Show all…
Dependents (166)
@hackage/box, @hackage/cachix-api, @hackage/hosc-utils, @hackage/postgres-websockets, @hackage/websockets-snap, @cardano/hydra-tui, Show all…
Package Flags
example
(off by default)
Build the example server
This library allows you to write WebSocket-capable servers.
An example server: https://github.com/jaspervdj/websockets/blob/master/example/server.lhs
An example client: https://github.com/jaspervdj/websockets/blob/master/example/client.hs
This package only supports insecure (ws://...) WebSockets.
If you need secure (wss://...) websockets, consider using Wuss:
https://hackage.haskell.org/package/wuss
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/