@hackage websockets0.1.2.2
Implements the WebSocket protocol.
Categories
License
BSD-3-Clause
Maintainer
Siniša Biđin <sinisa@bidin.cc>
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (6)
- base >=4 && <5
- binary >=0.5
- bytestring >=0.9
- containers >=0.3
- network >=2.2.3
- pureMD5 >=2.1 Show all…
Dependents (166)
@hackage/box, @hackage/cachix-api, @hackage/hosc-utils, @hackage/postgres-websockets, @hackage/websockets-snap, @cardano/hydra-tui, Show all…
Implements certain basics of the WebSocket protocol as defined at http://is.gd/eSdLB, allowing the creation of simple WebSocket-capable servers. Works with Handles and strict ByteStrings.