packages feed

servant-event-stream-0.3.0.0: README.md

servant-event-stream
====================

This library adds necessary type combinators to support [Server Sent Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events)
within [Servant ecosystem](https://github.com/haskell-servant/).

Development Environment
-----------------------

Development environment uses [Nix](https://nixos.org) flakes.

To enter the dev shell, run
```bash
nix develop
```

You can build the project with
```bash
nix build
```