servant-subscriber 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- Readme.md +1/−1
- servant-subscriber.cabal +3/−3
Readme.md view
@@ -5,7 +5,7 @@ Servant-subscriber enables you 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 all the time.+changes, thus the client can easily stay up to date with a resource. ## Status
servant-subscriber.cabal view
@@ -1,6 +1,6 @@ name: servant-subscriber-version: 0.1.0.1-synopsis: Initial project template from stack+version: 0.1.0.2+synopsis: When REST is not enough ... description: Please see Readme.md homepage: http://github.com/eskimor/servant-subscriber#readme license: BSD3@@ -17,7 +17,7 @@ library hs-source-dirs: src- exposed-modules: + exposed-modules: Servant.Subscriber , Servant.Subscriber.Backend , Servant.Subscriber.Backend.Wai