The latest version of websockets is 0.13.0.0-4.
websockets
Version 0.3.1.0 revision 0 uploaded by JasperVanDerJeugt.
Package meta
- Synopsis
- A sensible and clean way to write WebSocket-capable servers in Haskell.
- Description
This library allows you to write WebSocket-capable servers.
See an example: http://github.com/jaspervdj/websockets/tree/master/example.
The API of the Network.WebSockets module should also contain enough information to get you started.
This library currently works with Chromium
>= 14
, and Firefox>= 6
.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/
- Author
- Siniša Biđin <sinisa@bidin.cc> Jasper Van der Jeugt <m@jaspervdj.be>
- Bug reports
- n/a
- Category
- Network
- Copyright
- (c) 2010-2011 Siniša Biđin (c) 2011 Jasper Van der Jeugt
- Homepage
- n/a
- Maintainer
- Siniša Biđin <sinisa@bidin.cc> Jasper Van der Jeugt <m@jaspervdj.be>
- Package URL
- n/a
- Stability
- experimental