mirror of
https://github.com/typeable/wai.git
synced 2024-12-28 00:25:33 +03:00
.. | ||
example | ||
Network/Wai | ||
test | ||
.ghci | ||
.gitignore | ||
ChangeLog.md | ||
LICENSE | ||
proxy.hs | ||
README.md | ||
Setup.lhs | ||
wai-extra.cabal |
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