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

https://github.com/haskell-miso/miso-sse

⚡ SSE (Server-sent events) in miso
https://github.com/haskell-miso/miso-sse

haskell miso server-sent-events sse

Last synced: 4 months ago
JSON representation

⚡ SSE (Server-sent events) in miso

Awesome Lists containing this project

README

          

# :ramen: ⚡ miso-sse

See it [live](https://sse.haskell-miso.org/)


image

## Build and run

Install [Nix Flakes](https://nixos.wiki/wiki/Flakes), then:

```
nix develop .#wasm
make
make serve
```