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]

Downloads

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 && <0.10), async (>=2.0 && <2.1), attoparsec (>=0.11 && <0.14), base (>=4.6 && <4.9), base64-bytestring (>=1.0 && <1.1), bytestring (>=0.10.2.0 && <0.11), either (>=3.4 && <4.5), free (>=4.9 && <5.0), monad-loops (>=0.4 && <0.5), mwc-random (>=0.13 && <0.14), stm (>=2.4 && <2.5), stm-delay (>=0.1.1 && <0.2), text (>=0.11 && <1.3), transformers (>=0.2 && <0.5), unordered-containers (>=0.2 && <0.3), vector (>=0.10 && <0.12), websockets (>=0.8 && <0.10) [details]
License BSD-3-Clause
Author Oliver Charles
Maintainer ollie@ocharles.org.uk
Category Web
Home page http://github.com/ocharles/engine.io
Uploaded by OliverCharles at 2015-07-15T14:28:38Z
Distributions
Reverse Dependencies 6 direct, 0 indirect [details]
Downloads 23587 total (103 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-07-15 [all 1 reports]