engine-io: A Haskell implementation of Engine.IO
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.
Downloads
- engine-io-1.2.23.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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.6), async (>=2.0 && <2.3), attoparsec (>=0.11 && <0.14), base (>=4.8 && <4.15), base64-bytestring (>=1.0 && <1.3), bytestring (>=0.10.2.0 && <0.12), errors (>=2.0.0 && <2.4), free (>=4.9 && <5.2), monad-loops (>=0.4 && <0.5), mwc-random (>=0.13 && <0.16), stm (>=2.4 && <2.6), 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 |
Category | Web |
Home page | http://github.com/ocharles/engine.io |
Uploaded | by OliverCharles at 2020-12-14T17:02:05Z |
Distributions | |
Reverse Dependencies | 6 direct, 0 indirect [details] |
Downloads | 24029 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 2020-12-14 [all 1 reports] |