@hackage servant-subscriber0.7.0.0
When REST is not enough ...
Categories
License
BSD-3-Clause
Maintainer
robert Dot klotzner A T gmx Dot at
Links
Versions
Installation
Dependencies (27)
- aeson >=0.11.2
- async
- attoparsec
- base >=4.7 && <6.0
- blaze-builder
- bytestring Show all…
Dependents (1)
@hackage/servant-purescript
Package Flags
websockets_0_11(on by default)
Servant Subscriber
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