jkarni / servant-subscriber

When REST is not enough ...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

When REST is not enough ...

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 98.8%Language:Nix 1.2%