@hackage servant-event-stream0.3.1.0
Servant support for Server-Sent events
Categories
License
BSD-3-Clause
Maintainer
shaun.sharples@gmail.com
Links
Versions
Installation
Dependencies (7)
- base >=4.10 && <4.22
- 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 Show all…
Dependents (0)
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