pusher-ws: Implementation of the Pusher WebSocket protocol

[ library, mit, network ] [ Propose Tags ]

An implementation of the Pusher WebSocket (client) protocol in Haskell.

Current features:

  • ws:// and wss:// protocols.

  • Clusters.

  • Subscribing to channels.

  • Unsubscribing from channels.

  • Authorisation for private and presence channels.

  • Binding event handlers.

  • Unbinding event handlers

  • Sending client events.

  • Threads which automatically get cleaned up on connection close.

  • Automatic reconnection (and channel resubscription).

  • Connection state events.

  • Pusher close codes.

Missing features:

  • "connecting_in" events.

See the README for more details.

Modules

[Last Documentation]

  • Network
    • Pusher
      • Network.Pusher.WebSockets
        • Network.Pusher.WebSockets.Channel
        • Network.Pusher.WebSockets.Event
        • Network.Pusher.WebSockets.Util

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0
Dependencies aeson, base (>=4.8 && <5), bytestring, containers, deepseq, hashable, http-conduit, lens, lens-aeson, network, scientific, stm, text, time, transformers, unordered-containers, websockets, wuss [details]
License MIT
Author Michael Walker
Maintainer mike@barrucadu.co.uk
Category Network
Home page https://github.com/barrucadu/pusher-ws
Source repo head: git clone https://github.com/barrucadu/pusher-ws.git
this: git clone https://github.com/barrucadu/pusher-ws.git(tag pusher-ws-0.1.0.1)
Uploaded by barrucadu at 2017-08-04T17:41:59Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2234 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-08-04 [all 3 reports]