About

Metadata

  • Last updated , by eskimo
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: robert Dot klotzner A T gmx Dot at

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    websockets_0_11 (on by default)

Readme

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