https://github.com/haskell-miso/miso-pubsub
🚰 A simple publisher / subscriber example
https://github.com/haskell-miso/miso-pubsub
haskell miso pubsub
Last synced: 4 months ago
JSON representation
🚰 A simple publisher / subscriber example
- Host: GitHub
- URL: https://github.com/haskell-miso/miso-pubsub
- Owner: haskell-miso
- Created: 2025-07-26T14:03:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-10-06T19:12:51.000Z (4 months ago)
- Last Synced: 2025-10-06T21:12:18.594Z (4 months ago)
- Topics: haskell, miso, pubsub
- Language: Haskell
- Homepage: https://pubsub.haskell-miso.org/
- Size: 21.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :ramen: 🚰 miso-pubsub
## Build and run
Install [Nix Flakes](https://nixos.wiki/wiki/Flakes), then:
```
nix develop .#wasm
make
make serve
```