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

[ bsd3, library, servant, web ] [ Propose Tags ] [ Report a vulnerability ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.3.0.1
Change log CHANGELOG.md
Dependencies base (>=4.10 && <4.20), bytestring (>=0.11.1.0 && <0.13), http-media (>=0.7.1.3 && <0.9), lens (>=4.17 && <5.4), servant-foreign (>=0.15 && <0.17), servant-server (>=0.15 && <0.21), text (>=1.2.3 && <2.2) [details]
License BSD-3-Clause
Copyright (c) 2024 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 2024-09-14T10:34:58Z
Distributions
Downloads 404 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-09-14 [all 1 reports]

Readme for servant-event-stream-0.3.0.1

[back to package description]

servant-event-stream

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

Development Environment

Development environment uses Nix flakes.

To enter the dev shell, run

nix develop

You can build the project with

nix build