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] [Quick Jump]

Downloads

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
Category Web, Test
Home page https://github.com/iij-ii/direct-hs/tree/master/skews
Source repo head: git clone https://github.com/iij-ii/direct-hs
Uploaded by igrep at 2020-03-02T02:15:41Z
Distributions LTSHaskell:0.1.0.3, Stackage:0.1.0.3
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2019 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-03-02 [all 1 reports]

Readme for skews-0.1.0.3

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