servant-event-stream: Servant support for Server-Sent events

[ bsd3, library, servant, web ] [ Propose Tags ]

This library adds necessary type combinators to support Server Sent Events within Servant ecosystem.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0.0, 0.2.1.0
Change log CHANGELOG.md
Dependencies base (>=4.10 && <4.15), binary (>=0.7 && <0.11), http-media (>=0.7.1.3 && <0.9), lens (>=4.17 && <4.20), pipes (>=4.3.9 && <4.4), servant-foreign (>=0.15 && <0.16), servant-js (>=0.9.4 && <0.10), servant-pipes (>=0.15 && <0.16), servant-server (>=0.15 && <0.18), text (>=1.2.3 && <1.3), wai-extra (>=3.0 && <3.2) [details]
License BSD-3-Clause
Copyright (c) 2021 Shaun Sharples
Author Shaun Sharples
Maintainer shaun.sharples@gmail.com
Revised Revision 2 made by bflyblue at 2021-04-22T07:54:14Z
Category Servant, Web
Home page https://github.com/bflyblue/servant-event-stream
Bug tracker https://github.com/bflyblue/servant-event-stream/issues
Source repo head: git clone https://github.com/bflyblue/servant-event-stream.git
Uploaded by bflyblue at 2021-04-21T08:16:45Z
Distributions
Downloads 307 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2021-04-21 [all 2 reports]

Readme for servant-event-stream-0.2.1.0

[back to package description]

servant-event-stream

This library adds necessary type combinators to support Server Sent Events within Servant ecosystem.

Dev Environment

Dev env is based on Nix and Niv.

To enter the dev shell, run

nix-shell

You can build the project with

nix-build