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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.2.0.0, 0.2.1.0, 0.2.1.0
Change log CHANGELOG.md
Dependencies base (>=4.9 && <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 && <0.10), servant-pipes (>=0.15 && <0.16), servant-server (>=0.15 && <0.19), 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
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:15:27Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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