skews: A very quick-and-dirty WebSocket server.

[ bsd3, library, test, web ] [ Propose Tags ]

A very quick-and-dirty WebSocket server. Intended for use with unit tests.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3
Dependencies base (>=4.7 && <5), bytestring, deque, websockets [details]
License BSD-3-Clause
Author Yuji Yamamoto
Maintainer yuji-yamamoto@iij.ad.jp
Revised Revision 1 made by igrep at 2018-10-16T08:34:32Z
Category Web, Test
Home page https://github.com/iij-ii/skews#readme
Source repo head: git clone https://github.com/iij-ii/skews
Uploaded by igrep at 2018-07-10T03:13:54Z
Distributions LTSHaskell:0.1.0.3, Stackage:0.1.0.3
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2022 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-07-10 [all 1 reports]

Readme for skews-0.1.0.1

[back to package description]

Skews

A very quick-and-dirty WebSocket server. Intended for use with unit tests.
YOU SHOULD NOT USE THIS FOR PRODUCTION!!

Examples

See the spec file.