Try it now
Publish a sensor reading, watch a live monoblok process stream the derived subjects back over SSE, or read the latest cached stable value over HTTP. The public NATS demo runs on that same real monoblok, so this is not a mocked browser demo: you can also run nats pub in a terminal and see the subjects flow through here.
Output
The demo.edn rules listen on demo.sensors.*. Values over 40 produce .overload; crossings over 50 produce .spike and .count. The latest value cache exposes the stable temperature at /latest/demo/sensors/temp/stable. YAML configuration is also accepted; see demo.yml.