wai/wai-extra
2020-02-16 12:27:58 +01:00
..
example Fixes warnings and bumped stack lts 2020-02-04 04:02:26 +01:00
Network/Wai haddock 2020-02-15 22:30:44 +01:00
test Wai.Test.request: add tests for body handling 2020-02-15 22:05:31 +01: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 fix ChangeLog entry 2020-02-16 12:27:58 +01: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 bump version number 2020-02-15 22:48:16 +01: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