Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jzwood/haskell-sse-server

SSE server
https://github.com/jzwood/haskell-sse-server

haskell server sse

Last synced: 13 days ago
JSON representation

SSE server

Awesome Lists containing this project

README

        

# Run

```
cabal install --overwrite-policy=always
websocket-server --directory html
```

open page
```
http://127.0.0.1:4221/html/index.html
```

## DEV
```
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 9.8.2
```

```
$ cabal --version
cabal-install version 3.10.3.0
compiled using version 3.10.3.0 of the Cabal library
```