socketio: Socket.IO server
Socket.IO for Haskell folks.
- Socket.IO
- http://socket.io/
- Protocol
- https://github.com/LearnBoost/socket.io-spec
{-# LANGUAGE OverloadedStrings #-} import Web.SocketIO -- listens to port 4000 main = server 4000 $ do -- ping pong on "ping" $ emit "pong" [] -- reply :: CallbackM [Text] on "echo" $ reply >>= emit "pong" -- do some IO on "Kim Jong-Un" $ liftIO launchMissile
Downloads
- socketio-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.1, 0.1.2, 0.1.3 |
---|---|
Dependencies | aeson (>=0.7 && <0.8), ansi-terminal (>=0.6 && <0.7), base (>=4.6 && <4.7), bytestring (>=0.10 && <0.11), http-types (>=0.8 && <0.9), lifted-base (>=0.2 && <0.3), monad-control (>=0.3 && <0.4), mtl (>=2.1 && <2.2), parsec (>=3.1 && <3.2), random (>=1.0 && <1.1), text (>=1.1 && <1.2), transformers-base (>=0.4 && <0.5), unordered-containers (>=0.2 && <0.3), wai (>=2.0 && <2.1), warp (>=2.0 && <2.1) [details] |
License | MIT |
Author | Ting-Yen Lai |
Maintainer | banacorn@gmail.com |
Category | Web |
Source repo | head: git clone https://github.com/banacorn/socket.io-haskell |
Uploaded | by TingYenLai at 2014-03-01T18:56:21Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3593 total (0 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |