BSD-3-Clause licensed by Robert Klotzner
Maintained by robert Dot klotzner A T gmx Dot at
This version can be pinned in stack with:servant-subscriber-0.5.0.2@sha256:d013e4c76a035b98d4d2e2ddf2fd328555f33864523cbabac5e38917302dcea4,2408

Module documentation for 0.5.0.2

  • Servant
    • Servant.Subscriber
      • Servant.Subscriber.Backend
        • Servant.Subscriber.Backend.Wai
      • Servant.Subscriber.Client
      • Servant.Subscriber.Request
      • Servant.Subscriber.Response
      • Servant.Subscriber.Subscribable
      • Servant.Subscriber.Types

Servant Subscriber

Build Status

Servant-subscriber enables you clients to subscribe to resources in your servant-api (an API endpoint). Servant-subscriber will then notify the client via a WebSocket connection whenever the resource changes, thus the client can easily stay up to date with a resource.

Status

It seems to work - it is already tested in examples/central-counter of servant-purescript and used in production.

Still missing:

  • Documentation, announcement.
  • Tests