Popularity
8.1
Growing
Activity
0.0
Stable
24
7
14

Monthly Downloads: 12
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Servant    

servant-subscriber alternatives and similar packages

Based on the "servant" category.
Alternatively, view servant-subscriber alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of servant-subscriber or a related project?

Add another 'servant' Package

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