https://github.com/jzwood/haskell-sse-server
SSE server
https://github.com/jzwood/haskell-sse-server
haskell server sse
Last synced: about 1 year ago
JSON representation
SSE server
- Host: GitHub
- URL: https://github.com/jzwood/haskell-sse-server
- Owner: jzwood
- Created: 2023-12-08T17:01:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T15:10:35.000Z (about 2 years ago)
- Last Synced: 2025-03-24T11:13:57.313Z (over 1 year ago)
- Topics: haskell, server, sse
- Language: Haskell
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```