network-simple-wss: Simple interface to TLS secured WebSockets.

[ bsd3, library, network ] [ Propose Tags ]

Simple interface to TLS secured WebSockets.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2
Change log changelog.md
Dependencies async, base (>=4.7 && <5.0), bytestring, network-simple-tls (>=0.4), network-simple-ws (>=0.2), safe-exceptions, websockets (>=0.12.6) [details]
License BSD-3-Clause
Copyright Copyright (c) Renzo Carbonara 2018
Author Renzo Carbonara
Maintainer renλren.zone
Category Network
Home page https://hackage.haskell.org/package/network-simple-wss
Bug tracker https://github.com/k0001/network-simple/issues
Source repo head: git clone https://github.com/k0001/network-simple(network-simple-wss)
Uploaded by RenzoCarbonara at 2023-03-26T08:15:44Z
Distributions NixOS:0.2
Downloads 511 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-03-26 [all 1 reports]

Readme for network-simple-wss-0.2

[back to package description]

network-simple-wss

Build running nix-build.

Secure WebSockets (WSS) in Haskell.

Check the source or rendered Haddocks for extensive documentation.

This code is licensed under the terms of the so called 3-clause BSD license. Read the file named LICENSE found in this same directory for details.