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" []
    -- msg :: CallbackM [Text]
    on "echo" $ msg >>= emit "pong"
    -- do some IO
    on "Kim Jong-Un" $ liftIO launchMissile
          
          
        Downloads
- socketio-0.1.3.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 && <1.0), ansi-terminal (>=0.6 && <1.0), attoparsec (>=0.11 && <1.0), base (>=4.6 && <5.0), blaze-builder (>=0.3 && <1.0), bytestring (>=0.10 && <1.0), conduit (>=1.1 && <2.0), conduit-extra (>=1.1 && <2.0), http-types (>=0.8 && <1.0), lifted-base (>=0.2 && <1.0), monad-control (>=0.3 && <1.0), mtl (>=2.1 && <3.0), random (>=1.0 && <2.0), text (>=1.1 && <2.0), transformers-base (>=0.4 && <1.0), unordered-containers (>=0.2 && <1.0), vector (>=0.10 && <1.0), wai (>=2.0 && <3.0), warp (>=2.0 && <3.0) [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-05-14T05:35:51Z | 
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] | 
| Downloads | 3626 total (11 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]  |