engine-io: A Haskell implementation of Engine.IO

[ bsd3, library, web ] [ Propose Tags ]

This library provides a Haskell implementation of Engine.IO, a library for real-time client-server communication on the web. Engine.IO works with old browsers via XHR long-polling, and seamlessy upgrades to web sockets. This implementation supports the majority of the Engine.IO protocol, including text and binary packets and the upgrading protocol.

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.1.1, 1.1.2, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.2.7, 1.2.8, 1.2.9, 1.2.10, 1.2.11, 1.2.12, 1.2.13, 1.2.14, 1.2.15, 1.2.16, 1.2.17, 1.2.18, 1.2.19, 1.2.20, 1.2.21, 1.2.22, 1.2.23 (info)
Change log Changelog.md
Dependencies aeson (>=0.7 && <1.5), async (>=2.0 && <2.3), attoparsec (>=0.11 && <0.14), base (>=4.8 && <4.12), base64-bytestring (>=1.0 && <1.1), bytestring (>=0.10.2.0 && <0.11), errors (>=2.0.0 && <2.4), free (>=4.9 && <5.2), monad-loops (>=0.4 && <0.5), mwc-random (>=0.13 && <0.15), stm (>=2.4 && <2.5), stm-delay (>=0.1.1 && <0.2), text (>=0.11 && <1.3), transformers (>=0.2 && <0.6), unordered-containers (>=0.2 && <0.3), vector (>=0.10 && <0.13), websockets (>=0.11 && <0.13) [details]
License BSD-3-Clause
Author Oliver Charles
Maintainer ollie@ocharles.org.uk
Revised Revision 1 made by OliverCharles at 2018-08-12T20:44:37Z
Category Web
Home page http://github.com/ocharles/engine.io
Uploaded by OliverCharles at 2018-08-12T18:08:21Z
Distributions
Reverse Dependencies 6 direct, 0 indirect [details]
Downloads 23624 total (79 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-08-12 [all 1 reports]