pkgsrc/www/hs-websockets/DESCR
pho 7bf7bd928b www/hs-websockets: import hs-websockets-0.12.7.3
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

See also:
* The specification of the WebSocket protocol:
  http://www.whatwg.org/specs/web-socket-protocol/
* The JavaScript API for dealing with WebSockets:
  http://www.w3.org/TR/websockets/
2022-02-23 16:21:08 +00:00

13 lines
435 B
Text

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
See also:
* The specification of the WebSocket protocol:
http://www.whatwg.org/specs/web-socket-protocol/
* The JavaScript API for dealing with WebSockets:
http://www.w3.org/TR/websockets/