pipes-websockets: WebSockets in the Pipes framework.

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

This library provides Producers and Consumers of data to/from WebSocket connections.

Example usage can be found in Pipes.WebSockets.Examples. The executable produced by this package simple runs one of the examples.

Import Pipes.WebSockets to use the library.

See CHANGELOG.md for changes.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.0, 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), pipes, pipes-concurrency, pipes-websockets, text, transformers, websockets [details]
License BSD-3-Clause
Copyright 2016, Noon van der Silk
Author Noon van der Silk
Maintainer noonsilk@gmail.com
Category Web
Home page https://github.com/silky/pipes-websockets#readme
Bug tracker https://github.com/silky/pipes-websockets/issues
Source repo head: git clone https://github.com/silky/pipes-websockets
Uploaded by NoonSilk at 2016-01-14T21:05:00Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables pipes-websockets-example
Downloads 1834 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 2016-01-20 [all 1 reports]

Readme for pipes-websockets-0.1.0.0

[back to package description]

pipes-websockets

Providers Consumer/Producer from the pipes library for the websockets library.

Usage

Example of a pipes channel that reads from stdin and writes to a websocket, reads the result and writes to stdout can be found in the Hackage Documentation.