wai/wai-extra/README.md

17 lines
327 B
Markdown
Raw Permalink Normal View History

# wai-extra
2014-12-13 20:29:49 +03:00
The goal here is to provide common features without many dependencies.
## Example using Server-Sent Events ##
There is a small example using Server-Sent Events (SSE) in the
`./example` directory.
Run the commands below to start the server on http://localhost:8080
```
2017-08-07 15:38:54 +03:00
$ stack build .
$ stack exec example
```