@hackage engine-io1.2.18
A Haskell implementation of Engine.IO
Installation
Dependencies (17)
- aeson >=0.7 && <1.3
- async >=2.0 && <2.2
- attoparsec >=0.11 && <0.14
- base >=4.8 && <4.11
- base64-bytestring >=1.0 && <1.1
- bytestring >=0.10.2.0 && <0.11 Show all…
Dependents (6)
@hackage/engine-io-wai, @hackage/socket-io, @hackage/acme-everything, @hackage/engine-io-growler, @hackage/engine-io-yesod, @hackage/engine-io-snap
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.