@hackage engine-io1.2.0
A Haskell implementation of Engine.IO
Installation
Dependencies (15)
- aeson >=0.7 && <0.9
- async >=2.0 && <2.1
- attoparsec >=0.11 && <0.13
- base >=4.6 && <4.8
- 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.