@hackage websockets0.3.0.0
Create WebSocket servers
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.1.7
- 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…
A library for creating WebSocket-capable servers, where the implemented protocol is defined here: http://is.gd/eSdLB.
This library is tested with Chromium >=7, Opera >=11 and Firefox >=4 and is a work in progress. (Note: many of these newest browsers have recently stopped shipping with websockets enabled by default, due to security issues which are yet to be resolved.)
An example of usage can be found in the Network.WebSockets module documentation.