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 base (>=4.7 && <5.0), bytestring, network-simple-tls (>=0.3.2), network-simple-ws, safe-exceptions, websockets [details]
License BSD-3-Clause
Copyright Copyright (c) Renzo Carbonara 2018
Author Renzo Carbonara
Maintainer renλren.zone
Category Network
Home page https://github.com/k0001/network-simple-wss
Bug tracker https://github.com/k0001/network-simple-wss/issues
Source repo head: git clone https://github.com/k0001/network-simple-wss
Uploaded by RenzoCarbonara at 2019-04-16T14:50:15Z
Distributions NixOS:0.2
Downloads 508 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 2019-04-16 [all 1 reports]

Readme for network-simple-wss-0.1

[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.