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

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

⚡ A simple WebSocket example
https://github.com/haskell-miso/miso-websocket

haskell miso websocket

Last synced: 4 months ago
JSON representation

⚡ A simple WebSocket example

Awesome Lists containing this project

README

          

# :ramen: ⚡ miso-websocket

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


image

## Build and run

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

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