• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Network/Wai/H10-Jan-2021-3,9862,583

example/H10-Jan-2021-6352

test/H03-May-2022-1,6571,295

ChangeLog.mdH A D18-Jan-20216.4 KiB258135

LICENSEH A D10-Jan-20211.1 KiB2117

README.mdH A D10-Jan-2021327 1710

Setup.lhsH A D10-Jan-2021114 84

wai-extra.cabalH A D18-Jan-20217.1 KiB217207

README.md

1# wai-extra
2
3The goal here is to provide common features without many dependencies.
4
5
6## Example using Server-Sent Events ##
7
8There is a small example using Server-Sent Events (SSE) in the
9`./example` directory.
10
11Run the commands below to start the server on http://localhost:8080
12
13```
14$ stack build .
15$ stack exec example
16```
17