Description
WebSockets in the Pipes framework.
Description
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.
README.md
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.