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.6.0.1@sha256:b73a7b51942ff9c65d4c62cad5e539ead1e5002f74cabe49392d9b54d379ede6,2559

Servant Subscriber

Build Status

Servant-subscriber enables your 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