wai/wai-extra
2018-08-19 14:22:32 +03:00
..
example adjust wai-extra example program 2018-03-12 16:44:48 +01:00
Network/Wai Merge branch 'master' of https://github.com/etsemerald/wai 2018-08-19 05:38:56 +03:00
test Consider quoted multipart form boundary markers 2018-08-16 17:26:22 +10:00
.ghci wai-extra: Add .ghci 2012-09-15 13:24:58 +02:00
.gitignore Add 'wai-extra/' from commit '29076d018b0cc159c3ccf3050350e4b7469f2c6c' 2011-07-22 16:51:23 +03:00
ChangeLog.md Add heading to changelog 2018-08-19 14:22:32 +03:00
LICENSE Update license with MIT license 2012-05-20 19:53:58 -07:00
proxy.hs Add 'wai-extra/' from commit '29076d018b0cc159c3ccf3050350e4b7469f2c6c' 2011-07-22 16:51:23 +03:00
README.md Use stack instead of cabal 2017-08-07 14:38:54 +02:00
Setup.lhs Add 'wai-extra/' from commit '29076d018b0cc159c3ccf3050350e4b7469f2c6c' 2011-07-22 16:51:23 +03:00
wai-extra.cabal wai-extra: bump version number 2018-08-17 18:35:20 -04:00

wai-extra

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

$ stack build .
$ stack exec example