BSD-3-Clause licensed by Siniša Biđin <[email protected]> Jasper Van der Jeugt <[email protected]> Steffen Schuldenzucker <[email protected]> Alex Lang <[email protected]> Domen Kožar
Maintained by Jasper Van der Jeugt
This version can be pinned in stack with:websockets-0.13.0.0@sha256:d59873dce91721d398d578f51c49b71b8fb352d8571acf7a8bd5bebf1333d2f2,7817

This library allows you to write WebSocket-capable servers.

An example server: https://github.com/jaspervdj/websockets/blob/master/example/server.lhs

An example client: https://github.com/jaspervdj/websockets/blob/master/example/client.hs

This package only supports insecure (ws://...) WebSockets. If you need secure (wss://...) websockets, consider using Wuss: https://hackage.haskell.org/package/wuss

See also: