This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
James Snell
jasnell.me
did:plc:benxh5zltpietbgknd2l3jmq
An experimental implementation of the new streams API has landed in Node.js as an early prototype. https://nodejs.org/docs/latest/api/stream_iter.html
It's available in Node.js 25.9.0 running with the `--experimental-stream-iter` runtime flag using either `require('stream/iter')` or `import { Stream } from 'stream/iter'`
2026-04-03T14:55:08.450Z