packages feed

servant-event-stream-0.2.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/).

Dev Environment
---------------

Dev env is based on [Nix](https://nixos.org) and [Niv](https://github.com/nmattia/niv).

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

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